seriesName property

String? seriesName
final

Gets the name of the series.

If the user specifies a value for the name property in the series, that value can be fetched here. If it is null, then the name generated internally for the series can be fetched here.

Implementation

final String? seriesName;