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

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.v19.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public RangeControlOptions RangeControlOptions { get; }

Property Value

Type Description
RangeControlOptions

A RangeControlOptions object.

See Also