Skip to main content

ChartPane Class

A chart pane.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public class ChartPane :
    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.

Chart_MultiplePanes_DataBinding

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