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

EquationRangeDistribution.Factor Property

Gets or sets the factor specifying the percentages of the starting color and the ending color in the colorizer.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

[DefaultValue(0)]
public double Factor { get; set; }

Property Value

Type Default Description
Double 0

A factor that specifies the percentages of the starting color and the ending color to be used at the corresponding position in the colorizer.

See Also