Skip to main content

SeriesBase.LegendTextPattern Property

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

public string LegendTextPattern { get; set; }

Property Value

Type Description
String

The text pattern that configures strings the series provides for legend items.

See Also