Back to Devexpress

CustomLegendItemCollection.Item[String] Property

corelibraries-devexpress-dot-xtracharts-dot-customlegenditemcollection-dot-item-x28-system-dot-string-x29.md

latest1.6 KB
Original Source

CustomLegendItemCollection.Item[String] Property

Returns a custom legend item by its name.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public CustomLegendItem this[string name] { get; }
vb
Public ReadOnly Property Item(name As String) As CustomLegendItem

Parameters

NameTypeDescription
nameString

A String value, specifying the custom legend item name.

|

Property Value

TypeDescription
CustomLegendItem

An CustomLegendItem object with the specified ChartElementNamed.Name property.

|

See Also

CustomLegendItemCollection Class

CustomLegendItemCollection Members

DevExpress.XtraCharts Namespace