Axis3DModel.Label Property
Gets or sets the model of label options of the modeled 3D axis.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v21.1.Wizard.dll
NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design
Declaration
[PropertyForOptions]
[AllocateToGroup("General", -1)]
[LocalizableCategory(DesignerCategories.Elements)]
public AxisLabel3DModel Label { get; }
Property Value
Type | Description |
---|---|
AxisLabel3DModel | The model of label options. |
See Also