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

Axis3D.Name Property

Overrides the ChartElementNamed.Name property.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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