Skip to main content

ChartElement Class

Represents the base class for most of the chart elements.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public abstract class ChartElement :
    ChartElementBase,
    IChartElement,
    IOwnedElement,
    INotificationOwner

#Remarks

The ChartElement class serves as a base from which all classes, which relate to a chart control's functionality, are inherited.

All the ChartElement class descendants find their place in the logical tree of a ChartControl.

See Also