Skip to main content

Panes

The DevExpress ASP.NET Chart Control allows you to display a chart’s series in separate panes.

Panes

This section highlights the main concepts on how to use panes in the ASP.NET Chart Control. It includes the following topics.

Note

The Chart Control can hide its elements if there is insufficient space to display them. Elements are hidden in the following order:

  1. Legends
  2. Axis Titles
  3. Series Titles
  4. Pane Titles
  5. Axes
  6. Chart Title
  7. Breadcrumbs

To make the Chart Control always display its elements, disable the WebChartControl.AutoLayout property.