ChartElement Class
In This Article
Represents the base class for most of the chart control elements.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public abstract class ChartElement :
ICloneable,
IXtraSupportShouldSerialize,
IOwnedElement,
IChartElementWizardAccess
#Related API Members
The following members return ChartElement objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Chart |
Crosshair |
|
Free |
|
Legend. |
|
Legend |
|
Tool |
|
Win |
Chart |
#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.
See Also