Gets and sets the starting slider position on the XY Plot Control chart region. | |
Syntax: | double =
object.Position object.Position = double |
Description: | CimSlider.Position contains the
starting slider position on the XY
Plot Control chart region. The value is represented by a
percentage (from 0 to 100) of the chart's width, from left to
right, for a vertical slider; of the chart's height, from bottom to
top, for a horizontal axis. The value of this property defaults to 75. Example The following CimView script excerpt sets the first slider position to 25%: cimOleObj.Sliders(0).Position = 25 |