ASPxClientXYDiagram2D.panes Property
In This Article
Provides access to an array of a diagram’s panes.
#Declaration
TypeScript
panes: ASPxClientXYDiagramPane[]
#Property Value
Type | Description |
---|---|
ASPx |
An array of ASPx |
#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