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

MeasureRules.RangeStops Property

Gets range stops for these measure rules.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public DoubleCollection RangeStops { get; set; }

Property Value

Type Description
DoubleCollection

A collection of double values that represents colorizer range stops.

See Also