Hello,
I have a TFastLineSeries, the bottom axis is used to display dates.
I set the BottomAxis.Increment property = 1.
If there are too many values to display, the bottom axis shows dates with a different increment, automatically changed, in order to best fit date "captions" on the axis.
This is a great feature, and I really like it!
At run-time, I want to know what is the current increment of the bottom axis, but I don't know how to get it.
In fact, if I read the BottomAxis.Increment property, it is always = 1.
Is there any way to get the Increment automatically changed?
Thank you.
LineSeries: getting correct increment automatically changed
Hi,
yes, you can get it using :
incr := Chart1.Axes.Bottom.CalcIncrement;
yes, you can get it using :
incr := Chart1.Axes.Bottom.CalcIncrement;
Pep Jorge
http://support.steema.com
http://support.steema.com