Back to Devexpress

XYDiagramPaneCollection.Item[String] Property

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

latest1.5 KB
Original Source

XYDiagramPaneCollection.Item[String] Property

Returns a pane by its name.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Parameters

NameTypeDescription
nameString

A String value, specifying the pane name.

|

Property Value

TypeDescription
XYDiagramPane

An XYDiagramPane object with the specified ChartElementNamed.Name property.

|

See Also

XYDiagramPaneCollection Class

XYDiagramPaneCollection Members

DevExpress.XtraCharts Namespace