ChartElementNamed Class
In This Article
Represents a base class for named chart elements.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public abstract class ChartElementNamed :
ChartElement
#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
Show 78 items
Object
ChartElement
ChartElementNamed
See Also