XYDiagramPaneCollection.Item[String] Property
Returns a pane by its name.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A String value, specifying the pane name. |
Property Value
| Type | Description |
|---|---|
| XYDiagramPane | An XYDiagramPane object with the specified ChartElementNamed.Name property. |
See Also