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

ChoroplethColorizer.RangeDistribution Property

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

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v18.2.dll

Declaration

public ColorizerRangeDistributionBase RangeDistribution { get; set; }

Property Value

Type Description
ColorizerRangeDistributionBase

A ColorizerRangeDistributionBase class descendant.

See Also