RestoreDefaults Method

Use this method to restore all properties to its default values.

[Visual Basic]
Sub RestoreDefaults()
[C#]
void XYChartNETCtl.RestoreDefaults()
[C++]
void RestoreDefaults()

Example

XYChartNETCtl1 is the name of the XY Chart NET control instance placed on the form.

[Visual Basic]
XYChartNETCtl1.RestoreDefaults()   'Restore all defaults
XYChartNETCtl1.Refresh()           'Update chart

[C#]

[C++]

See Also

Methods | Properties