XYDiagram2DSeriesViewBase.RangeControlOptions Property
In This Article
Provides access to the options that define how a series should be displayed in a Range Control.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public RangeControlOptions RangeControlOptions { get; }
#Property Value
Type | Description |
---|---|
Range |
A Range |
See Also