Back to Devexpress

ChartPaneCollection Class

dashboard-devexpress-dot-dashboardcommon-274abff0.md

latest2.0 KB
Original Source

ChartPaneCollection Class

A collection of ChartPane objects.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class ChartPaneCollection :
    NamedItemCollection<ChartPane>
vb
Public Class ChartPaneCollection
    Inherits NamedItemCollection(Of ChartPane)

The following members return ChartPaneCollection objects:

Remarks

Use the ChartDashboardItem.Panes property to access the collection of panes that constitute the ChartDashboardItem.

Inheritance

Object Collection<ChartPane> NotifyingCollection<ChartPane> NamedItemCollection<ChartPane> ChartPaneCollection

See Also

ChartPaneCollection Members

ChartPane

Panes

DevExpress.DashboardCommon Namespace