ScatterChartDashboardItem.FormatRules Property
In This Article
Allows you to access a collection of format rules for the Scatter Chart dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public ScatterChartItemFormatRuleCollection FormatRules { get; }
#Property Value
Type | Description |
---|---|
Scatter |
A collection of Scatter Chart format rules. |
See Also