| |||||||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Methods Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > 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. Options
See also ... |