serSeries1.Interior.SetTextured ?

E

effie.ram

I'm trying to display an image for a series bar;
The following is displaying a strach image;
serSeries1.Interior.SetTextured ("images/MyPic.bmp")
I would like to have it StackScale by the unit of 1 (3 Unit = 3 images...)
but the following is giving a run-time error;
serSeries1.Interior.SetTextured ("images/MyPic.bmp",chStackScale,1.0)

Is there a way to control it?

TIA, Effie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top