enumAAxisTicksSpacing Enum

Integer constants specifying whether Tick Marks are placed on the axis based on the unit intervals, based on number of divisions, or automatically on the object.

Constants

 

Name

Value

Description

aaxsTicksSpacingAuto

0 *

Automatic: The TickMarks are placed on the axis automatically.

aaxsTicksSpacingDivisions

1

Divisions: The TickMarks are placed on the axis base on the number of divisions.

aaxsTicksSpacingIntervals

2

Intervals: The TickMarks are placed on the axis base on the unit intervals.

Applies to

AAxis.TicksSpacing