Skip to main content
A newer version of this page is available. .

ChartElement Class

Represents the base class for most of the elements of a chart control.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

public abstract class ChartElement :
    IDisposable,
    ICloneable,
    IXtraSupportShouldSerialize,
    IOwnedElement,
    IChartElementWizardAccess

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 which relate to a chart control’s functionality are inherited.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ChartElement class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Show 425 items
Object
ChartElement
See Also