Object Reference > Chart2DData Object > Chart2DData Object Methods > CheckNewPointsObject Method (Chart2DData) |
CheckNewPointsObject Method (Chart2DData)
Determines if additional data requires a chart repaint.
Function CheckNewPointsObject(Series As Long, NewPoints As Long) As Chart2DCheckNewPointsResult
This method is similar to CheckNewPoints, except that the Chart2DCheckNewPointsResult object is returned with the Outside[XY]Min and IsOutside[XY]Max values. This method should be used if passing parameters by reference is not allowed in your development environment (such as VBScript).
Part |
Type |
Description |
Series |
Long |
Series added to |
NewPoints |
Long |
Number of points added |
See Also