Back to Devexpress

XYDiagram2DSeriesViewBase.RangeControlOptions Property

corelibraries-devexpress-dot-xtracharts-dot-xydiagram2dseriesviewbase-57a61067.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public RangeControlOptions RangeControlOptions { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property RangeControlOptions As RangeControlOptions

Property Value

TypeDescription
RangeControlOptions

A RangeControlOptions object.

|

See Also

XYDiagram2DSeriesViewBase Class

XYDiagram2DSeriesViewBase Members

DevExpress.XtraCharts Namespace