Skip to main content

AxisLabel3D Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.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