Skip to main content

Diagram Class

Represents the base class for all diagram types.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public abstract class Diagram :
    ChartElement,
    IDiagram,
    IInteractiveElement

#Returned By

Properties that return Diagram instances:

#Remarks

The Diagram class implements the general functionality for all diagram types.

Each diagram type can contain only compatible series types, and a single diagram type can only correspond to a single chart control instance.

See Also