| Contents > SharpPlot > Properties | Index |
SharpPlot.IAxisStyle Property
Set I axis style to any combination of flags.
public IAxisStyles IAxisStyle {get; set;}
Example
sp.IAxisStyle = IAxisStyles.Plain;
Options
| ForceZero | Force zero in axis |
| GridLines | Draw gridlines parallel to inner axis |
| ExactFit | Exact fit (no extra ticks added) |
| PlainAxis | Plain axis (no ticks or labels) |
| NoLabels | No Labels |
