Back to Devexpress

LegendCollection Class

corelibraries-devexpress-dot-xtracharts-38098ef4.md

latest2.6 KB
Original Source

LegendCollection Class

A collection of Legend objects.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class LegendCollection :
    DisposableChartElementNamedCollection,
    IEnumerable<Legend>,
    IEnumerable
vb
Public Class LegendCollection
    Inherits DisposableChartElementNamedCollection
    Implements IEnumerable(Of Legend),
               IEnumerable

The following members return LegendCollection objects:

LibraryRelated API Members
WinForms ControlsChartControl.Legends
ASP.NET MVC ExtensionsChartControlSettings.Legends
ASP.NET Web Forms ControlsWebChartControl.Legends
.NET Reporting ToolsXRChart.Legends

Remarks

A chart can store a collection of Legend objects, which can be accessed using the ChartControl.Legends property. The properties and methods exposed by the LegendCollection class can be used to perform common collection operations such as adding new or deleting existing items. Individual custom legend items can be accessed using either indexer notation or by their names using the specific methods of the collection.

For more information, refer to Legends.

Inheritance

Object CollectionBase ChartCollectionBase ChartElementNamedCollection DevExpress.XtraCharts.DisposableChartElementNamedCollection LegendCollection

See Also

LegendCollection Members

DevExpress.XtraCharts Namespace