| ||
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 > ResetKey Method SharpPlot.ResetKey MethodRemoves any accumulated legend placeholders. public void ResetKey(); Examplesp.ResetKey(); This may be useful if any graphing methods (such as DrawLineGraph) have been used to place arbitrary guidelines or other artwork before the actual data is drawn. The key placeholders which will be accumulated by the prior drawing commands should be cleared to prevent them appearing in the legend. |