SeriesBase.LegendTextPattern Property
In This Article
Gets or sets a text pattern that configures strings the series provides for legend items.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
#Declaration
C#
public string LegendTextPattern { get; set; }
#Property Value
Type | Description |
---|---|
String | The text pattern that configures strings the series provides for legend items. |
See Also