Back to Devexpress

ChartPane Class

dashboard-devexpress-dot-dashboardcommon-5494f0b1.md

latest2.3 KB
Original Source

ChartPane Class

A chart pane.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class ChartPane :
    INamedItem,
    INameContainer,
    ISupportPrefix,
    IChartAxisContainer,
    IFormatOwnerContext,
    IDisposable
vb
Public Class ChartPane
    Implements INamedItem,
               INameContainer,
               ISupportPrefix,
               IChartAxisContainer,
               IFormatOwnerContext,
               IDisposable

Remarks

The ChartPane instances represent chart panes - rectangular areas where series are plotted. A single chart dashboard item can have several panes.

In the WinForms Designer, the DATA ITEMS area displays a separate data section for each pane.

The ChartPane objects provide access to the collection of series plotted on this pane (ChartPane.Series) and settings of the Y-axis (ChartPane.PrimaryAxisY).

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

Inheritance

Object ChartPane

See Also

ChartPane Members

Panes

Panes

DevExpress.DashboardCommon Namespace