| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties 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 > Methods > RedrawAxes Method SharpPlot.RedrawAxes MethodOverdraws the existing axes where data has obscured them. If this is called before any cjharts have been drawn, it flushes out all the fixed elements, such as headings, axes and gridlines. public void RedrawAxes(); Examplesp.RedrawAxes(); Where the chart axes have been draw with the ‘Framed’ style you should pass true here to have the complete frame redrawn. The default is just to over-draw the axes as specified in X and Y Axis styles. Similarly for exploded axes.
See also ... |