SharpPlot Reference > SharpPlot Properties > ResetOption Property SharpPlot.ResetOption Property
Set Reset options, to preserve some settings across a reset. This will be used by :
Some settings will never be reset :
public ResetOptions ResetOption {get; set;}
Example
sp.ResetOption = ResetOptions.KeysPersist;
CyclesPersist | Cycles persist across reset | KeysPersist | Keys persist across reset | SettingsPersist | Settings persist across reset |
See also ...SharpPlot Members | SharpPlot.ResetProperties Method
Send comments on this topic © Dyalog Ltd 2021
|