Skip to main content
A newer version of this page is available. .

ChartPane Class

A chart pane.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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