Returns or sets the maximum number of data points for every Plot object for the object.
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. |
The following statement specifies the maximum number of data points for every plot object on the AChart at fifty:
cht1.MaxDataSize = 50