Back to Devexpress

RangeColorizerModel.RangeStops Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-rangecolorizermodel.md

latest1.3 KB
Original Source

RangeColorizerModel.RangeStops Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public DoubleCollection RangeStops { get; }
vb
<PropertyForOptions>
Public ReadOnly Property RangeStops As DoubleCollection

Property Value

TypeDescription
DoubleCollection

The collection of stops of value ranges.

|

See Also

RangeColorizerModel Class

RangeColorizerModel Members

DevExpress.XtraCharts.Designer Namespace