AxisCount Property (AChart)

Returns the number of axes in the object.

Syntax

[ 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.

Comments

The property is read-only, at run time only.

Example

The following statement returns the number of axes in the AChart:

lcht1AxisCount= cht1.AxisCount

Applies to

AChart

See Also

Axes, AxisFont, PlotCount, Plots