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

Chart Element Hierarchy

  • 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.

SimpleDiagramStructure

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

ChartElementsInAction

XY (Cartesian) Diagram

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

XYDiagramStructure

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

XYDiagramInAction

Radar and Polar Diagrams

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

RadarDiagramStructure

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

RadarDiagramInAction

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.