Skip to main content

AxisBase.Label Property

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
AxisLabel

An AxisLabel object which provides the axis label settings.

#Remarks

Use the Label property to get access to the settings that specify the position and text format of axis labels.

See Also