Back to Devexpress

Chart Element Hierarchy

windowsforms-5808-controls-and-libraries-chart-control-getting-started-chart-element-hierarchy.md

latest4.4 KB
Original Source

Chart Element Hierarchy

  • Feb 01, 2021
  • 2 minutes to read

This document briefly describes basic Chart Control hierarchy, lists the general elements of a chart, and provides links to more detailed related topics.

The available chart elements differ for different diagram types. And the diagram type in its turn is dependent on a series views types of the first added series to a chart. The structures of the main diagram types are represented below.

Simple (Pie, Donut and Funnel) Diagram

The following diagram illustrates the structure of a chart control displaying the series views compatible with the Simple Diagram.

The next image demonstrates the chart control with its marked elements.

XY (Cartesian) Diagram

The following diagram shows the structure of the chart control displaying the XY-Diagram.

The image below contains the chart control with labeled chart items.

Radar and Polar Diagrams

The structure of the chart displaying the Radar or Polar diagram is represented below.

The next image represents the chart control displaying the radar diagram with marked chart elements.

The elements shown in diagrams above are listed below. Refer to the these topics to learn more about each element.

Legends

Diagram

Series (Series View)

Chart Titles

Annotations

Breadcrumbs

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 ChartControl.AutoLayout property.