Back to Devexpress

CustomAxisLabel.Label Property

wpf-devexpress-dot-xpf-dot-charts-dot-customaxislabel-c483ea77.md

latest1.1 KB
Original Source

CustomAxisLabel.Label Property

Gets the axis label, to which the CustomAxisLabel corresponds.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public AxisLabel Label { get; }
vb
Public ReadOnly Property Label As AxisLabel

Property Value

TypeDescription
AxisLabel

An AxisLabel object.

|

See Also

CustomAxisLabel Class

CustomAxisLabel Members

DevExpress.Xpf.Charts Namespace