SharpPlot Reference > SharpPlot Properties > ITickStyle Property

SharpPlot.ITickStyle Property

Set Inner tickmark style.

public ITickStyles ITickStyle {get; set;}

Example

sp.ITickStyle = ITickStyles.CrossingTicks;

The ‘Crossing’ style works well here when combined with the default ‘Outside’ on the outer Y-axis. You might also consider ‘Inside’ which will label the inner axis down the inside of the Y-axis, so keeping the outer and inner labels well separated. For qualitative data (common on Kite charts) style ‘Noticks’ works best.

Options

CrossingTicksTicks cross the axis
InsideTicksTicks are drawn inside the axis
NoTicksNo ticks are drawn

See also ...

SharpPlot Members


Send comments on this topic
© Dyalog Ltd 2021