RangeControlOptions Class
Contains settings that define how a series is represented in a Range Control.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(RangeControlOptionsTypeConverter))]
public class RangeControlOptions :
ChartElement
Related API Members
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