Gets and sets the percentage used to calculate how much to scroll when scrolling partially. | |
Syntax: | short =
object.ScrollPercent object.ScrollPercent = short |
Description: | CimAxis.ScrollPercent contains the
percentagu used to calculate how much to scroll partially. An axis
scrolls partially in two instances while in apAxisScrolled mode: 1. When the CimScrollButtonPair.Partial scroll button is clicked. 2. When the axis automatically scrolls due to a change in the maximum data value of all the series the axis associates with. Example The following CimView script excerpt changes the first X axis' scroll percent: cimOleObj.X(0).ScrollPercent = 50 |
See Also: | ApAxisModeEnum |