CimSlider (object)

Represents a slider object on the XY Plot Control chart region.
Description: CimSlider Represents a slider object on the XY Plot Control chart region. It is used to find intersected data values in a series against a particular axis.

When the slider is of type apSliderHorizontal, the intersected value is an X data value against a value from the Y axis.

When the slider is of type apSliderVertical, the intersected value is a Y data value against a value from the X axis.

The intersected values can be displayed in the series and slider legends.

To display the intersected series data values in the series legend, use the apLegendSeriesAtSlider column type. You must indicate the slider to be used by specifying its index within the slider collection in the legend column's Index property.

To display the intersected axis value in the slider legend, use the apLegendSliderValue column type. You must indicate the axis to be used by specifying its index within the axis collection in the legend column's Index property. If the slider is a horizontal slider, the axis collection used is the Y axis collection. This is because a horizontal slider traverses accross a Y axis. If the slider is a vertical slider, the axis collection used is the X axis collection. This is because a vertical slider traverses accross an X axis.
Properties: InLegend , Name , Order , Pen , Position , Type , Visible
Methods: