Skip to main content

ValueMap.Scale Property

Gets or sets the scale that defines the distribution of colors in the color range.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(null)]
public MapScale Scale { get; set; }

Property Value

Type Default Description
MapScale null

A MapScale descendant specifying the scale that defines distribution of colors in the color range.

Remarks

Use the ValueMap.Palette property to specify the palette of the current ValueMap.

See Also