we are evaluating Version TeeChart Pro v2015.15.150420 32Bit VCL and have found a Problem with our existing Codebase.
We create custom labels like this:
Code: Select all
NewLabel := Chart.Axes.Bottom.Items.Add(indexMesspunktTmp, MessPunktLabelDatum);
and we are showing/hiding these labels with
Code: Select all
Chart.BottomAxis.Items[index].Format.visible := cbShowLabel.Checked;
In TeeChart Pro v2015.15.150420 32Bit VCL this does not seem to work. Is this the correct way of showing/hiding custom labels?
Is there another way of doing this?
Thanks in advance,
Gerd