AxisBase.Label Property
In This Article
Provides access to the settings that specify the position and text format of axis labels.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public AxisLabel Label { get; set; }
#Property Value
Type | Description |
---|---|
Axis |
An Axis |
#Remarks
Use the Label property to get access to the settings that specify the position and text format of axis labels.
See Also