SharpPlot Reference > SharpPlot Methods > RedrawAxes Method SharpPlot.RedrawAxes Method
Overdraws 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();
Example
sp.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 ...SharpPlot Members
Send comments on this topic © Dyalog Ltd 2021
|