| Contents > Glossaries > Style examples | Index |
Invisible axes
All axes are made invisible, but tickmarks, gridlines and labels are still drawn as usual.

sp.XAxisStyle = XAxisStyles.InvisibleAxis;
This style should be applied to individual axes rather than the entire chart. For Polar charts it only applies to the Y (radial) axis.
See also ...
SharpPlot Members | XAxisStyle Property | YAxisStyle Property
