Back to Devexpress

CustomLegendItemCollection Class

corelibraries-devexpress-dot-xtracharts-25e0a80d.md

latest2.4 KB
Original Source

CustomLegendItemCollection Class

A collection of CustomLegendItems.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

The following members return CustomLegendItemCollection objects:

Remarks

Each legend can store a collection of CustomLegendItem objects, which can be accessed using the LegendBase.CustomItems property. The properties and methods exposed by the CustomLegendItemCollection 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 CustomLegendItemCollection

See Also

CustomLegendItemCollection Members

DevExpress.XtraCharts Namespace