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

Axis3DModel.Label Property

Gets or sets the model of label options of the modeled 3D axis.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[PropertyForOptions]
[AllocateToGroup("General", -1)]
[LocalizableCategory(DesignerCategories.Elements)]
public AxisLabel3DModel Label { get; }

Property Value

Type Description
AxisLabel3DModel

The model of label options.

See Also