Hello,
I'm back again with another simple (hopefully not too stupid) question. How do you programatically set the individual (i.e. left, right, ...) polar plot axes scale visability? I see how to set all the axes scale visibility (i.e. this.polar1.Chart.Axes.Visible = true;), but cannot get the individual axes to set.
Thanks again.
Polar Plot Axes Scale Visability ...
Hi John,
you can set visible/invisible individual axes using for example :
tChart1.Axes.Left.Visible = checkBox1.Checked;
tChart1.Axes.Right.Visible = checkBox1.Checked;
you can set visible/invisible individual axes using for example :
tChart1.Axes.Left.Visible = checkBox1.Checked;
tChart1.Axes.Right.Visible = checkBox1.Checked;
Pep Jorge
http://support.steema.com
http://support.steema.com