Gets and sets a collection of sliders. | |
Syntax: | Set CimSliders = object.Sliders object.Sliders = CimSliders |
Description: | CimGraphControl.Sliders
gives you access to a collection of all sliders on the control. Sliders allow you to
retrieve X coordinate values in a series against Y coordinate
values in an axis or vice versa, depending on the type of slider. The value of this property defaults to having one vertical slider. Example The following CimView script excerpt changes the slider pen style: cimOleObj.Sliders.Item(0).Pen.Style = apPenDash |