Gets and sets the object responsible for configuring the axis ticks. | |
Syntax: | Set CimAxisTicks = object.Ticks object.Ticks = CimAxisTicks |
Description: | CimAxis.Ticks contains the object
responsible for configuring the axis ticks. The ticks are the
conbination of lines and labels distributed evenly accross an axis.
Their purpose is to help delimiter a coordinate position within an
axis. Example The following CimView script excerpt changes the number of ticks on the first X axis: cimOleObj.X(0).Ticks.Count = 5 |