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

ScatterChartDashboardItem.ColoringOptions Property

Provides access to coloring options of the Scatter Chart dashboard item.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public DashboardItemColoringOptions ColoringOptions { get; }

Property Value

Type Description
DashboardItemColoringOptions

A DashboardItemColoringOptions object containing coloring options of the Scatter Chart dashboard item.

See Also