Returns the number of axes in the object.
[ lAxisCount = ] Object.AxisCount
The AxisCount property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AChart |
AChart control |
|
lAxisCount |
Long |
The number of axes in the object. |
The property is read-only, at run time only.
The following statement returns the number of axes in the AChart:
lcht1AxisCount= cht1.AxisCount