ChartElement Class
In This Article
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 Chart
#Inheritance
See Also