Object Reference > Chart2DData Object > Chart2DData Object Methods > DrawNewPoints Method (Chart2DData) |
DrawNewPoints Method (Chart2DData)
Displays additional data in an existing chart as quickly as possible.
Function DrawNewPoints(Series As Long, NewPoints As Long) As Boolean
Returns True if a fast update was applied. When this returns, the LastPoint property will be adjusted to include the new points. If the data is in array format, all series are affected.
Part |
Type |
Description |
Series |
Long |
Series added to |
NewPoints |
Long |
Number of points added |
See Also