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

MeasureRules.RangeDistribution Property

Gets or sets the range distribution 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 RangeDistributionBase RangeDistribution { get; set; }

Property Value

Type Description
RangeDistributionBase

A RangeDistributionBase class descendant object.

See Also