StripBase.LegendText Property
In This Article
Gets or sets a text the strip provides to the chart legend. This is a bindable property.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
public string LegendText { get; set; }
#Property Value
Type | Description |
---|---|
String | The text the strip provides to the chart legend. |
See Also