DataPtsCount Property

The DataPtsCount property returns the number of data points used by plot. Returns a Long. This is a read-only property.

Syntax

object.DataPtsCount

Example

This example shows how to return the number of points used by a plot.

Debug.Print LinePlot1.DataPtsCount

 

Used by: AutoPlot object