Skip to main content

LinearRangeDistribution.Default Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public static LinearRangeDistribution Default { get; }

Property Value

Type Description
LinearRangeDistribution

A LinearRangeDistribution object representing the default linear distribution.

See Also