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