Refresh

 

Use this method to update the XY Chart control with any property changes made.  The chart is regenerated with the new property settings.

 

Example

XYChartCtrl.NumProfiles = 10               'Set the number of profiles to plot to 10
XYChartCtrl.BackColor = vbYellow           'Set the chart's background color to yellow 
XYChartCtrl.Refresh                        'Refresh required to update changes

 

See Also

Methods     Properties