Skip to main content

LinearRangeDistribution.Default Property

Returns the default linear distribution of color ranges in a colorizer.

Namespace: DevExpress.UI.Xaml.Map

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public static LinearRangeDistribution Default { get; }

Property Value

Type Description
LinearRangeDistribution

A LinearRangeDistribution object representing the default linear distribution.

See Also