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.v21.1.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public RangeDistributionBase RangeDistribution { get; set; }

Property Value

Type Description
RangeDistributionBase

A RangeDistributionBase class descendant object.

See Also