Skip to main content

TreemapDashboardItem.ColorScheme Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.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 Treemap dashboard item.

See Also