Skip to main content

XYDiagram2DModel.Panes Property

Returns the model of the additional pane collection of the modeled Cartesian diagram.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[Browsable(false)]
public XYDiagramPaneCollectionModel Panes { get; }

Property Value

Type Description
XYDiagramPaneCollectionModel

The model of the pane collection.

See Also