| SharpPlot Reference > SharpPlot Properties > ITickStyle Property SharpPlot.ITickStyle PropertySet Inner tickmark style. public ITickStyles ITickStyle {get; set;}Examplesp.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. OptionsSee also ...SharpPlot Members 
 Send comments on this topic© Dyalog Ltd 2021
 |