Hello,
I am using TChart in an FMX Application and have set the property "LabelsGridIgnoresLabelSize" of my Bottom Axis to True.
After switching to Delphi13 this property is not existing anymore.
The property allows to show the labels of the axis very close together. In this case you have to be careful that there is no overlapping but I need this property so my small chart shows the labels.
If I did not set the property the automatic overlapping cheking algorithm from the chart will lead to the situation that not all labels are shown.
So question is: Whats the alternative for the property "LabelsGridIgnoresLabelSize" because it seem that the property is removed in the new version of tchart.
Thanks