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

XYSeries2D.RangeControlOptions Property

Gets or sets options that specify how the Range control visualizes the series data.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v21.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public RangeControlOptions RangeControlOptions { get; set; }

Property Value

Type Description
RangeControlOptions

The storage of options that specifies how the Range control visualizes the series data.

See Also