LegendCollection Class
A collection of Legend objects.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
public class LegendCollection :
DisposableChartElementNamedCollection,
IEnumerable<Legend>,
IEnumerable
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