Skip to main content
A newer version of this page is available. .

RangeControlOptions Class

Contains settings that define how a series is represented in a Range Control.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class RangeControlOptions :
    ChartElement

The following members return RangeControlOptions objects:

Remarks

Use the XYDiagram2DSeriesViewBase.RangeControlOptions property to access the RangeControlOptions object.

To learn more on how to use a range control together with a chart, see the Integration with a Range Control topic.

Inheritance

Object
ChartElement
RangeControlOptions
See Also