Hi TChart Team,
I can switch on/off the DateTime property for the Vertical Axis of a TColorGridSeries by selecting this series in the editor window and then activating the "General" tab. There you find this switch in the "Vertical Axis" group box.
How can I do that programmatically for a TColorGridSeries?
best regards
How to programmatically switch DateTime property of Axis
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Hi xray,
Of course, I'm sorry. I wanted to go too fast. This is the good one:
Of course, I'm sorry. I wanted to go too fast. This is the good one:
Code: Select all
Series1.YValues.DateTime := true;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |