Returns the number of plot templates in the object.
[ 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. |
The number is read-only at run time only.
The following statement returns the number of plot templates in the AChart:
lcht1plotcount= cht1.PlotCount