wpf-devexpress-dot-xpf-dot-charts-dcb70a97.md
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.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public abstract class ChartElement :
ChartElementBase,
IChartElement,
IOwnedElement,
INotificationOwner
Public MustInherit Class ChartElement
Inherits ChartElementBase
Implements IChartElement,
IOwnedElement,
INotificationOwner
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.
Show 189 items
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ChartElementBase ChartElement AxisBase
MovingAverageConvergenceDivergence
TripleExponentialMovingAverageTrix
DateTimeChartRangeControlClient
Diagram3DHorizontalScrollPercentAction
Diagram3DVerticalScrollPercentAction
NumericChartRangeControlClient
TimeSpanChartRangeControlClient
TripleExponentialMovingAverageTema
BarSideBySideFullStackedSeries2D
See Also