Skip to main content

ChartElement Class

Represents the base class for other chart elements intended to hide most properties of the Control class.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public abstract class ChartElement :
    Control,
    IOwnedElement,
    IChartElement,
    INotifyPropertyChanged

Remarks

The ChartElement class serves as a base for other classes, which should be inherited from the Control class, but don’t use all its properties.

Note

Instances of all ChartElement class descendants are always placed in the logical tree of the ChartBase control.

See Also