SharpPlot.IAxisStyle Property

Set I axis style to any combination of flags.

public IAxisStyles IAxisStyle {get; set;}

Example

sp.IAxisStyle = IAxisStyles.Plain;

Options

ForceZeroForce zero in axis
GridLinesDraw gridlines parallel to inner axis
ExactFitExact fit (no extra ticks added)
PlainAxisPlain axis (no ticks or labels)
NoLabelsNo Labels

See also ...

SharpPlot Members