SharpPlot Tutorials > Style Examples > Invisible Axis Invisible Axis
Axis is 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 ...Plain Axes (no ticks or labels) | SharpPlot Members | SharpPlot.XAxisStyle Property | SharpPlot.YAxisStyle Property | SharpPlot.SetAxisStyle Method
Send comments on this topic © Dyalog Ltd 2021
|