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.v18.2.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
[NonTestableProperty]
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