Back to Devexpress

AxisLabel3D Class

corelibraries-devexpress-dot-xtracharts-dot-axislabel3d.md

latest2.8 KB
Original Source

AxisLabel3D Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class AxisLabel3D :
    AxisLabel
vb
Public Class AxisLabel3D
    Inherits 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

Object ChartElement TitleBase AxisLabel AxisLabel3D

See Also

AxisLabel3D Members

Label

DevExpress.XtraCharts Namespace