Skip to main content

Visual Elements

The topics in this section describe the control elements that you see on screen. Each topic contains an image and a general overview of the corresponding element.

The following visual elements are available in the ASP.NET Chart Control.

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.

See Also