Skip to main content
A newer version of this page is available. .

CustomLegendItemCollection Class

A collection of CustomLegendItems.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public class CustomLegendItemCollection :
    ChartElementNamedCollection,
    IEnumerable<ILegendItemData>,
    IEnumerable

The following members return CustomLegendItemCollection objects:

Remarks

Each legend can store a collection of CustomLegendItem objects, which can be accessed using the Legend.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.

See Also