SharpPlot Reference > SharpPlot Properties > XTickStyle Property

SharpPlot.XTickStyle Property

Set X tickmark style to one of the allowed alternatives.

public XTickStyles XTickStyle {get; set;}

Example

sp.XTickStyle = XTickStyles.CrossingTicks;

Options

AbsoluteTick-lengths are in points, not percent of standard
CrossingTicksTicks cross the axis
DuplicateTicksTicks repeat on the alternate axis
InsideTicksTicks are drawn inside the axis
MinorTicksMinor ticks are added automatically
NoTicksNo ticks are drawn

See also ...

SharpPlot Members


Send comments on this topic
© Dyalog Ltd 2021