SharpPlot Reference > SharpPlot Properties > YTickStyle Property

SharpPlot.YTickStyle Property

Set Y tickmark style to one of the allowed values.

public YTickStyles YTickStyle {get; set;}

Example

sp.YTickStyle = YTickStyles.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