A newer version of this page is available.
Switch to the current version.
ChartElementNamed Class
Represents a base class for named chart elements.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
public abstract class ChartElementNamed :
ChartElement
Public MustInherit Class ChartElementNamed
Inherits ChartElement
Related API Members
The following members accept/return ChartElementNamed objects:
Remarks
The ChartElementNamed class serves as a base for classes that represent chart elements which can be named (such as the ConstantLine, CustomAxisLabel and Strip).
Inheritance
See Also
Feedback