Skip to main content

AxisX.Name Property

Overrides the ChartElementNamed.Name property.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
public string Name { get; set; }

Property Value

Type Description
String

A String value.

Remarks

The Name property is overridden to hide the corresponding property of the ChartElementNamed class. Normally, you don’t need to use this property.

See Also