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