corelibraries-devexpress-dot-xtracharts-dot-axislabel3d.md
Defines the settings of an axis’ labels in a 3D series.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class AxisLabel3D :
AxisLabel
Public Class AxisLabel3D
Inherits AxisLabel
The following members return AxisLabel3D objects:
The AxisLabel3D class declares properties that define the appearance settings of all labels which are displayed by a particular axis in a 3D series. An object of the AxisLabel3D type can be accessed via the Axis3D.Label property of an axis.
Properties exposed via the AxisLabel3D class allow you to customize common label attributes such as:
Object ChartElement TitleBase AxisLabel AxisLabel3D
See Also