LegendCollection Class
In This Article
A collection of Legend objects.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public class LegendCollection :
DisposableChartElementNamedCollection,
IEnumerable<Legend>,
IEnumerable
#Related API Members
The following members return LegendCollection objects:
Library | Related API Members |
---|---|
Win |
Chart |
ASP. |
Chart |
ASP. |
Web |
.NET Reporting Tools | XRChart. |
#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