Skip to main content
A newer version of this page is available. .

ChartElement Class

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

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v18.2.dll

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 Windows.UI.Xaml.Controls.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