Back to Devexpress

Legend

aspnet-15997-components-chart-control-concepts-chart-elements-legend.md

latest1.5 KB
Original Source

Legend

  • Aug 30, 2023

The DevExpress ASP.NET Chart Control allows you to add a legend to your chart.

This section highlights the main concepts of a legend and how to use it in the chart control. It includes the following documents.

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.