ChartElement Class
Represents the base class for other chart elements intended to hide most properties of the Control class.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
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.
Inheritance
Object
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
ChartElement
See Also