Skip to main content

ChartDashboardItemBase.ColoringOptions Property

Provides access to coloring options of the Chart and Pie dashboard items.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public DashboardItemColoringOptions ColoringOptions { get; }

Property Value

Type Description
DashboardItemColoringOptions

A DashboardItemColoringOptions object containing coloring options of the Chart and Pie dashboard items.

See Also