Skip to main content

Strip.AxisLabelText Property

Specifies the text for the strip's axis label.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty]
public string AxisLabelText { get; set; }

#Property Value

Type Description
String

A String value that specifies the axis label text for the strip.

#Remarks

NOTE

If the AxisLabelText property is set to Empty or null (Nothing in Visual Basic), the strip's axis label will be hidden.

#Implements

DevExpress.Charts.Native.IStrip.AxisLabelText
See Also