SharpPlot.XTickStyle Property

Set X tickmark style to one of the allowed alternatives.

public XTickStyles XTickStyle {get; set;}

Example

sp.XTickStyle = XTickStyles.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