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
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