Back to Devexpress

ChartItemFormatRuleCollection Class

dashboard-devexpress-dot-dashboardcommon-e38776d3.md

latest2.0 KB
Original Source

ChartItemFormatRuleCollection Class

A collection of ChartItemFormatRule descendants that are format rules of a Chart item.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class ChartItemFormatRuleCollection :
    FormatRuleCollection<ChartItemFormatRule>
vb
Public Class ChartItemFormatRuleCollection
    Inherits FormatRuleCollection(Of ChartItemFormatRule)

The following members return ChartItemFormatRuleCollection objects:

Inheritance

Object Collection<ChartItemFormatRule> NotifyingCollection<ChartItemFormatRule> NamedItemCollection<ChartItemFormatRule> FormatRuleCollection<ChartItemFormatRule> ChartItemFormatRuleCollection

See Also

ChartItemFormatRuleCollection Members

DevExpress.DashboardCommon Namespace