SeriesLabelValuesBase.SeriesName Property
Returns the display name of a series.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public string SeriesName { get; }
Property Value
| Type | Description |
|---|---|
| String | The display name of a series. |
See Also