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

ChartElementNamed Class

Represents a base class for named chart elements.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public abstract class ChartElementNamed :
    ChartElement

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).

See Also