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

AxisLabelItem.Label Property

For internal use. Gets the axis label, to which the AxisLabelItem corresponds.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public AxisLabel Label { get; }

Property Value

Type Description
AxisLabel

An AxisLabel object.

See Also