OnDataOverrun Event (AChart)

Occurs when the number of stored data points exceeds the MaxDataSize value for the Plot object on the object.

Syntax

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.

Example

cht1.OnDataOverrun(3)

{

  cht1.Caption="Too much data"

}

Applies to

AChart

See Also

AAxis, APlot, Axes, MaxDataSize, OnScaleChanged