| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Methods Structures Enumerations Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Style examples > Minor Tickmarks Minor TickmarksThis style may be used for either the X or Y axes to insert minor ticks automatically. sp.SetYTickMarks(50); sp.XTickStyle = XTickStyles.MinorTicks; sp.YTickStyle = YTickStyles.MinorTicks; sp.DrawLineGraph(col_S4); The style applies to all the rectangular 2D charts. For more exact control, set the second element of X/Y Tickmarks to the required number of minor ticks between each major. See also ...SetXTickMarks Method | SetYTickMarks Method |