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

AxisLabel3D Class

Defines the settings of an axis’ labels in a 3D series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class AxisLabel3D :
    AxisLabel

The following members return AxisLabel3D objects:

Remarks

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:

Inheritance

See Also