trendlineName property

String? trendlineName
final

Gets the name of the trendline.

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 trendline can be fetched here.

Implementation

final String? trendlineName;