Skip to main content

RangeColorizerModel.RangeStops Property

Gets or sets the value of the RangeColorizer.RangeStops within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public DoubleCollection RangeStops { get; }

Property Value

Type Description
DoubleCollection

The collection of stops of value ranges.

See Also