CimSliders (object)

Represents a collection of sliders.
Description: CimSliders represents a collection of slider objects that are defined in the XY Plot Control chart region.

Example

The following CimView script excerpt shows how to traverse through each slider:

Dim Slider as CimSlider
For Each Slider in cimOleObj.Sliders
    If Slider.Type = apSliderHorizontal Then
        MsgBox "We found a horizontal slider."
    End If
Next
Properties: Count , Item , Legend
Methods: Add , Remove , RemoveAll