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

BubbleMapDashboardItem.ColorPalette Property

Gets or sets a palette used to color bubbles on the map.

Namespace: DevExpress.DashboardCommon

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

Declaration

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

Property Value

Type Default Description
MapPalette *null*

A MapPalette descendant that specifies the palette used to color bubbles on the map.

Remarks

Use the BubbleMapDashboardItem.ColorScale property to specify the scale that defines the distribution of colors in the color range.

See Also