StripBase.LegendText Property
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
public string LegendText { get; set; }
Property Value
Type | Description |
---|---|
String | The text the strip provides to the chart legend. |
See Also