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

ChartPane Class

A chart pane.

Namespace: DevExpress.DashboardCommon

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

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ChartPane class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
ChartPane
See Also