Determine if custom axis is visible.
Posted: Fri Oct 17, 2014 1:53 pm
Hi,
I'm using TeeChart Pro v2013.0.1.4.131120
Using FastLine.
When a series is assigned to a custom vertical axis, the axis will only be visible if the series is active. This also applies to assigning multiple series to a single axis.
When there is no active series, the axis becomes invisible.
How can I detect when the custom axis turns invisible?
I have tried this:
TChart1.Axis.Custom(0).Visible
This does not change when a "no active series" condition causes the axis to become invisible.
Thanks.
I'm using TeeChart Pro v2013.0.1.4.131120
Using FastLine.
When a series is assigned to a custom vertical axis, the axis will only be visible if the series is active. This also applies to assigning multiple series to a single axis.
When there is no active series, the axis becomes invisible.
How can I detect when the custom axis turns invisible?
I have tried this:
TChart1.Axis.Custom(0).Visible
This does not change when a "no active series" condition causes the axis to become invisible.
Thanks.