A newer version of this page is available.
Switch to the current version.
ChartElement Class
Represents the base class for most of the chart control elements.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
public abstract class ChartElement :
IDisposable,
ICloneable,
IXtraSupportShouldSerialize,
IOwnedElement,
IChartElementWizardAccess
Public MustInherit Class ChartElement
Implements IDisposable,
ICloneable,
IXtraSupportShouldSerialize,
IOwnedElement,
IChartElementWizardAccess
Related API Members
The following members accept/return ChartElement objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | ChartCollectionBase.GetElementByIndex(Int32) |
CrosshairFreePosition.DockTarget | |
FreePosition.DockTarget | |
Legend.DockTarget | |
LegendItemCheckedEventArgs.CheckedElement | |
ToolTipFreePosition.DockTarget | |
WinForms Controls | ChartElementModel.ChartElement |
Remarks
The ChartElement class serves as a base from which all classes related to a chart control's functionality are inherited. Normally you don't need to use the ChartElement class in your applications.
Inheritance
Object
ChartElement
See Also
Feedback