Skip to main content

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.v23.2.dll

NuGet Package: 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