SharpPlot Tutorials > Style Examples > Plain Axes (no ticks or labels)

Plain Axes (no ticks or labels)

Axes are drawn without tickmarks or labels. Gridlines will be drawn if this style is set. It is often used with X/Y styles ‘Arrowed’ when illustrating a simple curve.


sp.XAxisStyle = XAxisStyles.PlainAxis;

This style may be applied to individual axes if required.

See also ...

Invisible Axis | SharpPlot Members | SharpPlot.KeyStyle Property | SharpPlot.TowerChartStyle Property | SharpPlot.SetAxisStyle Method


Send comments on this topic
© Dyalog Ltd 2021