StripAxisLabel.Text Property
In This Article
Gets or sets the text of a strip’s axis label. This is a bindable property.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
public string Text { get; set; }
#Property Value
Type | Description |
---|---|
String | The text of a strip’s axis label. |
See Also