Skip to main content

RangeControlOptions Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.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