Skip to main content

PieMapDashboardItem.ColoringOptions Property

Provides access to coloring options of the Pie Map dashboard item.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardItemColoringOptions ColoringOptions { get; }

Property Value

Type Description
DashboardItemColoringOptions

A DashboardItemColoringOptions object containing coloring options of the Pie Map dashboard item.

See Also