Skip to main content

ChoroplethColorizer.RangeDistribution Property

Gets or sets the distribution type of the color range in a colorizer.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public RangeDistributionBase RangeDistribution { get; set; }

Property Value

Type Description
RangeDistributionBase

An RangeDistributionBase class descendant object.

See Also