A newer version of this page is available.
Switch to the current version.
XRChart.Diagram Property
Gets the chart control's diagram and provides access to its settings.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[SRCategory(ReportStringId.CatElements)]
public Diagram Diagram { get; set; }
<SRCategory(ReportStringId.CatElements)>
Public Property Diagram As Diagram
Property Value
Type | Description |
---|---|
Diagram | A Diagram object that represents the chart control's diagram. |
Remarks
Note that you can't set the Diagram property manually. It's available to be set for serialization purposes only. For more information on the chart control's diagram see the Diagram topic and the Diagram object 's description.
See Also
Feedback