XYSeries2D.RangeControlOptions Property
In This Article
Gets or sets options that specify how the Range control visualizes the series data.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public RangeControlOptions RangeControlOptions { get; set; }
#Property Value
Type | Description |
---|---|
Range |
The storage of options that specifies how the Range control visualizes the series data. |
See Also