ChartElementNamed Class
Represents a base class for named chart elements.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Related API Members
The following members 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
Object
ChartElement
ChartElementNamed
See Also