Suggestion: TAG property to TChartAxis
Posted: Thu Jul 21, 2011 11:46 am
Hello,
since I always have the same problem connecting any information to a TChartAxis I want to suggest adding a published TAG or DATA (Integer) property to the TChartAxis Class.
With this tag I could add my own objects to the axis. A great help whenever you want to find the corresponding axis to connect grouped series.
Example how you could use this tag for detecting the correct axis to connect a series to:
If TMyObject(mychart.customaxes.tag).PhysUnit = Searchunit then
MyLineSeries.customvertaxis:=mychart.customaxes;
My be you could take this idea into account for the future?
thanks
Jo
since I always have the same problem connecting any information to a TChartAxis I want to suggest adding a published TAG or DATA (Integer) property to the TChartAxis Class.
With this tag I could add my own objects to the axis. A great help whenever you want to find the corresponding axis to connect grouped series.
Example how you could use this tag for detecting the correct axis to connect a series to:
If TMyObject(mychart.customaxes.tag).PhysUnit = Searchunit then
MyLineSeries.customvertaxis:=mychart.customaxes;
My be you could take this idea into account for the future?
thanks
Jo