Skip to main content
A newer version of this page is available. .

ChartModel.Diagram Property

Returns the model of the diagram of the modeled chart.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Elements)]
public DiagramModel Diagram { get; }

Property Value

Type Description
DiagramModel

The diagram model.

See Also