Skip to main content

Axis2DModel.Label Property

Gets or sets the model of the axis label of the modeled axis.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
[AllocateToGroup("Label", 3)]
[LocalizableCategory(DesignerCategories.Elements)]
public AxisLabel2DModel Label { get; }

Property Value

Type Description
AxisLabel2DModel

The axis label model.

See Also