| ||
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 Axes Duplicated AxesThis style may be used for either the X or Y axes to repeat the axis on the far edge of the chart area. Labels and tickmarks will be redrawn as for the primary axis. sp.XAxisStyle = XAxisStyles.DuplicateAxes; sp.YAxisStyle = YAxisStyles.DuplicateAxes; sp.DrawLineGraph(col_S4); The style applies to all the rectangular 2D charts. See also ... |