MaxDataSize Property (AChart)

Returns or sets the maximum number of data points for every Plot object for the object.

Syntax

Object.MaxDataSize = [ lMaxDataSize ]

The MaxDataSize property syntax has the following parts:

 

Name

Type

Description

Object

AChart

AChart control

lMaxDataSize

Long

A integer specifying the maximum number of data points for every Plot object for the object. The default value is 4096.

Example

The following statement specifies the maximum number of data points for every plot object on the AChart at fifty:

cht1.MaxDataSize = 50

Applies to

AChart

See Also

AAxis, APlot, Axes, MaxDataSize, OnScaleChanged, Plots