CimAxisTicks.Count (property)

Gets and sets the number of axis ticks (or labels).
Syntax: long = object.Count
object.Count = long
Description: CimAxisTicks.Count contains the number of axis ticks. This number does not include the axis limits.

The value of this property defaults to 2.

Example

The following CimView script excerpt sets number of ticks on the first axis to 4:

cimOleObj.X(0).Ticks.Count = 4