CircularGauge.Axis.Labels.Visible not working
Posted: Mon Jul 23, 2007 10:50 pm
How can I hide axis labels for a CircularGauge?
Using the editor appears to remove the label but as soon as the program executes the labels are still visible.
Setting CircularGauge.Axis.Labels.Visible = false; in code doesn't work either.
tChart1.Axes.Left.Labels.Visible = false; also doesn't work.
I want the axis displayed but since I can't seem to control the labels I'd like to hide them.
Using the editor appears to remove the label but as soon as the program executes the labels are still visible.
Setting CircularGauge.Axis.Labels.Visible = false; in code doesn't work either.
tChart1.Axes.Left.Labels.Visible = false; also doesn't work.
I want the axis displayed but since I can't seem to control the labels I'd like to hide them.