ChartSeriesPoint.SeriesName Property
Specifies the series point name.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public string SeriesName { get; }
Property Value
Type | Description |
---|---|
String | The series point name. |
See Also