PlotCount Property (AChart)

Returns the number of plot templates in the object.

Syntax

[ lPlotCount = ] Object.PlotCount

The PlotCount property syntax has the following parts:

 

Name

Type

Description

Object

AChart

AChart control

lPlotCount

Long

A integer specifying the number of plot templates in the object.

Comments

The number is read-only at run time only.

Example

The following statement returns the number of plot templates in the AChart:

lcht1plotcount= cht1.PlotCount

Applies to

AChart

See Also

APlot, InsertPlot, Plots, RemovePlot