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

XYDiagram2D.FindPaneByName(String) Method

Gets a pane within the chart’s pane collection by its name.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public XYDiagramPaneBase FindPaneByName(
    string name
)

Parameters

Name Type Description
name String

A String which specifies the name of the pane to find.

Returns

Type Description
XYDiagramPaneBase

An XYDiagramPaneBase object that represents the pane with the specified name.

Remarks

Note that this method finds only the first occurrence of a pane with the specified name. If no element with the specified name is found, then this method returns null (Nothing in Visual Basic).

See Also