Back to Devexpress

LegendCollection Class

wpf-devexpress-dot-xpf-dot-charts-978b94f1.md

latest2.1 KB
Original Source

LegendCollection Class

A collection of Legend objects.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class LegendCollection :
    ChartElementCollection<Legend>
vb
Public Class LegendCollection
    Inherits ChartElementCollection(Of Legend)

The following members return LegendCollection objects:

Remarks

A chart can store a collection of Legend objects, which can be accessed using the ChartControlBase.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.

Inheritance

Object Collection<Legend> ObservableCollection<Legend> ChartDependencyObjectCollection<Legend> ChartElementCollection<Legend> LegendCollection

See Also

LegendCollection Members

DevExpress.Xpf.Charts Namespace