Page 1 of 1

TColorGridSeries - Grid3D, Grid Size

Posted: Wed Dec 07, 2016 10:53 am
by 16479009
Hi,

Is it possible to programmatically manipulate the Grid Size variables within Grid3D of a series so that they can be swapped round? If so, how?

Re: TColorGridSeries - Grid3D, Grid Size

Posted: Mon Dec 12, 2016 9:27 am
by yeray
Hello,

I'm not sure to understand what are you exactly trying to do but you could probably populate a new TColorGridSeries adding values from your original series.

Re: TColorGridSeries - Grid3D, Grid Size

Posted: Mon Dec 12, 2016 10:26 am
by 16479009
The things is that I have a global variable which is a TColorGridSeries and I alter its DataSource property from one series to another. When I do this certain grid lines appear to be missing. I think this is due to the settings associated with the series the datasource is being assigned to.

Essentially a grid will appear as normal at first - say, 5 by 6 with 5 horizontal lines and 6 vertical. When I swap these will remain in the same orientation (5 hor and 6 vert) which will then leave a line missing in the vert axis.

Re: TColorGridSeries - Grid3D, Grid Size

Posted: Mon Dec 12, 2016 12:01 pm
by yeray
Hello,

I could reproduce the problem so I've added it to the public tracker:
http://bugs.teechart.net/show_bug.cgi?id=1716

I've also fixed it for the next maintenance release.