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?
TColorGridSeries - Grid3D, Grid Size
-
- Newbie
- Posts: 36
- Joined: Wed Aug 24, 2016 12:00 am
Re: TColorGridSeries - Grid3D, Grid Size
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.
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 36
- Joined: Wed Aug 24, 2016 12:00 am
Re: TColorGridSeries - Grid3D, Grid Size
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.
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
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.
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |