Skip to main content

ASPxClientXYDiagram2D.panes Property

Provides access to an array of a diagram’s panes.

Declaration

panes: ASPxClientXYDiagramPane[]

Property Value

Type Description
ASPxClientXYDiagramPane[]

An array of ASPxClientXYDiagramPane objects.

Remarks

Note that the default pane, which is always present in a diagram, is not contained in this collection. Instead, it can be accessed via the ASPxClientXYDiagram2D.defaultPane property.

See Also