Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChartElement Class

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 ChartElement class descendants are always placed into the logical tree of the ChartControl.

#Inheritance

Show 189 items
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
ChartElementBase
ChartElement
See Also