Skip to main content

ValueMap.Palette Property

Gets or sets a palette of the current ValueMap.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(null)]
public MapPalette Palette { get; set; }

Property Value

Type Default Description
MapPalette null

A MapPalette descendant that specifies the palette of the current ValueMap.

Remarks

Use the ValueMap.Scale property to specify the scale that defines the distribution of colors in the color range.

See Also