Gets and sets the slider type. | |
Syntax: | ApSliderTypeEnum =
object.Type object.Type = ApSliderTypeEnum |
Description: | CimSlider.Type contains the
slider type. When the property is set to apSliderHorizontal, the slider is drawn as a horizontal line. This type of slider is used to find X data values in a series against a particular Y axis. When the property is set to apSliderVertical, the slider is drawn as a vertical line. This type of slider is used to find Y data values in a series against a particular X axis. The value of this property defaults to apSliderVertical. Example The following CimView script excerpt sets the first slider type to horizontal: cimOleObj.Sliders(0).Type =
apSliderHorizontal |