Gets and sets the axis mode. | |
Syntax: | ApAxisModeEnum = object.Mode object.Mode = ApAxisModeEnum |
Description: | CimAxis.Mode determines how the
axis behaves in terms of how it modifies its limits to accommodate
the data it displays from the series it associates with. Example The following CimView script excerpt changes the first X axis' mode to autoscaled: cimOleObj.X(0).Mode = apAxisAutoscaled |