Back to Devexpress

ScatterChartItemFormatRuleCollection Class

dashboard-devexpress-dot-dashboardcommon-ffdf39e8.md

latest2.2 KB
Original Source

ScatterChartItemFormatRuleCollection Class

A collection of ScatterChartItemFormatRule descendants that are format rules of a Scatter Chart dashboard item.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class ScatterChartItemFormatRuleCollection :
    FormatRuleCollection<ScatterChartItemFormatRule>
vb
Public Class ScatterChartItemFormatRuleCollection
    Inherits FormatRuleCollection(Of ScatterChartItemFormatRule)

The following members return ScatterChartItemFormatRuleCollection objects:

Inheritance

Object Collection<ScatterChartItemFormatRule> NotifyingCollection<ScatterChartItemFormatRule> NamedItemCollection<ScatterChartItemFormatRule> FormatRuleCollection<ScatterChartItemFormatRule> ScatterChartItemFormatRuleCollection

See Also

ScatterChartItemFormatRuleCollection Members

DevExpress.DashboardCommon Namespace