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

PieMapDashboardItem.ColorScheme Property

Provides access to a color scheme used to color elements of the Pie Map dashboard item.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public ColorScheme ColorScheme { get; }

Property Value

Type Description
ColorScheme

A ColorScheme object that is the color scheme used to color elements of the Pie Map dashboard item.

See Also