SharpPlot.YTickStyle Property

Set Y tickmark style to one of the allowed values.

public YTickStyles YTickStyle {get; set;}

Example

sp.YTickStyle = YTickStyles.CrossingTicks;

Options

CrossingTicksTicks cross the axis
InsideTicksTicks are drawn inside the axis
NoTicksNo ticks are drawn
MinorTicksMinor ticks are added automatically

See also ...

SharpPlot Members