Back to Devexpress

XYDiagramPaneCollectionModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-433c4f29.md

latest1.7 KB
Original Source

XYDiagramPaneCollectionModel Class

The XYDiagramPaneCollection model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(XYDiagramPaneCollection))]
public class XYDiagramPaneCollectionModel :
    ChartElementNamedCollectionModel
vb
<ModelOf(GetType(XYDiagramPaneCollection))>
Public Class XYDiagramPaneCollectionModel
    Inherits ChartElementNamedCollectionModel

The following members return XYDiagramPaneCollectionModel objects:

Inheritance

Object ChartElementModel ChartCollectionBaseModel ChartElementNamedCollectionModel XYDiagramPaneCollectionModel

See Also

XYDiagramPaneCollectionModel Members

DevExpress.XtraCharts.Designer Namespace