Occurs when the number of stored data points exceeds the MaxDataSize value for the Plot object on the object.
Object.OnDataOverrun ( lPlotIndex )
The OnDataOverrun event syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AChart |
AChart control |
|
lPlotIndex |
Val Long |
An integer specifying the zero-based index of the object in the array. |
cht1.OnDataOverrun(3)
{
cht1.Caption="Too much data"
}