Back to Devexpress

Axis3D.Label Property

corelibraries-devexpress-dot-xtracharts-dot-axis3d-23bcf52e.md

latest1.5 KB
Original Source

Axis3D.Label Property

Gets the settings of axis labels in 3D series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public AxisLabel3D Label { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property Label As AxisLabel3D

Property Value

TypeDescription
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

Axis3D Class

Axis3D Members

DevExpress.XtraCharts Namespace