ClearChartData

 

Use this method to clear all data from the internal chart data array.

 

Example

XYChartCtrl.ClearChartData                 'Clear
XYChartCtrl.ChartData = newChartDataArray  'Set the new datapoints
XYChartCtrl.Refresh                        'Refresh required to refresh the chart with the new data 

 

See Also

Methods     Properties