A newer version of this page is available.
Switch to the current version.
Axis3D.Label Property
Gets the settings of axis labels in 3D series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public AxisLabel3D Label { get; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property Label As AxisLabel3D
Property Value
Type | Description |
---|---|
AxisLabel3D | An AxisLabel3D object which provides axis label settings. |
Remarks
The Label property provides access to the settings that specify the appearance, contents, position and visibility of axis labels in 3D series.
See Also
Feedback