CimAxisTicks.AutoCount (property)

Indicates whether the label count is automatically calculated.
Syntax: Boolean = object.AutoCount
object.AutoCount = Boolean
Description: CimAxisTicks.AutoCount indicates whether Count is automatically calculated. The algorithm attempts to find a count between 2 and 5 that results in numeric labels whose fractions have the least number of digits possible.

The value of this property defaults to False.

Example

An axis with a low limit of 0, a high limit of 100 and AutoCount set to True will have 4 ticks: 20, 40, 60 and 80.