ChartElement Class
In This Article
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 Chart
#Inheritance
Show 42 items
Object
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
ChartElement
See Also