| Contents > Glossaries > Style examples | Index |
Plain axes are used (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 ...
SharpPlot | KeyStyle | MinMaxChartStyle | PieChartStyle | TowerChartStyle
