ChartControl.Diagram Property
In This Article
Gets the chart control's diagram and provides access to its settings.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public Diagram Diagram { get; set; }
#Property Value
Type | Description |
---|---|
Diagram | A Diagram object that represents the chart control's diagram. |
#Remarks
The Diagram is one of the basic chart elements, because it represents series data. Its most significant characteristic is type, allowing representation of only those series that are compatible with this diagram, within it.
For more information, see Diagram and Series Types Compatibility.
See Also