BubbleMapDashboardItem.ColorPalette Property
In This Article
Gets or sets a palette used to color bubbles on the map.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(null)]
public MapPalette ColorPalette { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Map |
null | A Map |
#Remarks
Use the BubbleMapDashboardItem.ColorScale property to specify the scale that defines the distribution of colors in the color range.
See Also