ChartElement Class
In This Article
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.2.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 Chart
#Inheritance
Show 189 items
See Also