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