Use this method to restore all properties to its default values.
[Visual Basic] Sub RestoreDefaults() [C#] void XYChartNETCtl.RestoreDefaults() [C++] void RestoreDefaults()
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++]