TColorGridSeries - Grid3D, Grid Size

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Sharpenski
Newbie
Newbie
Posts: 36
Joined: Wed Aug 24, 2016 12:00 am

TColorGridSeries - Grid3D, Grid Size

Post by Sharpenski » Wed Dec 07, 2016 10:53 am

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?

Yeray
Site Admin
Site Admin
Posts: 9534
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TColorGridSeries - Grid3D, Grid Size

Post by Yeray » Mon Dec 12, 2016 9:27 am

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Sharpenski
Newbie
Newbie
Posts: 36
Joined: Wed Aug 24, 2016 12:00 am

Re: TColorGridSeries - Grid3D, Grid Size

Post by Sharpenski » Mon Dec 12, 2016 10:26 am

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.

Yeray
Site Admin
Site Admin
Posts: 9534
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TColorGridSeries - Grid3D, Grid Size

Post by Yeray » Mon Dec 12, 2016 12:01 pm

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply