Use this property to return/set a value that determines the number
of profiles to display on the chart.
Value is an integer between 1 and 8000. Default: 1.
Example
intValue = XYChartControl.NumProfiles 'Returns
the number of profiles to display
XYChartCtrl.NumProfiles =
5 'Sets the number of profiles to
plot to 5
XYChartCtrl.Refresh 'Refresh required to update chart
with changes made
See
Also