| ||
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 > Duplicated Tickmarks Duplicated TickmarksThis style may be used for either the X or Y axes to repeat the tickmarks on the far edge of the chart area. Its main use is for charts with the ‘FramedAxes’ style where it may be useful to have the ticks continued around all four sides. sp.LineGraphStyle = LineGraphStyles.FrameAxes|LineGraphStyles.GridLines; sp.XTickStyle = XTickStyles.DuplicateTicks; sp.YTickStyle = YTickStyles.DuplicateTicks; sp.DrawLineGraph(col_S4); The style applies to all the rectangular 2D charts. See also ... |