dashboard-devexpress-dot-dashboardcommon-5494f0b1.md
A chart pane.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class ChartPane :
INamedItem,
INameContainer,
ISupportPrefix,
IChartAxisContainer,
IFormatOwnerContext,
IDisposable
Public Class ChartPane
Implements INamedItem,
INameContainer,
ISupportPrefix,
IChartAxisContainer,
IFormatOwnerContext,
IDisposable
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.
Object ChartPane
See Also