ChartElement Class
Represents the base class for other chart elements and is intended to hide most properties of the Control class.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
public abstract class ChartElement :
ChartElementBase,
IChartElement,
IOwnedElement,
INotificationOwner
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 (e.g. Height, Width, IsEnabled, etc.).
Note
Instances of all ChartElement class descendants are always placed into the logical tree of the ChartControl.
Inheritance
See Also