trendLineStyles property

List<Paint> trendLineStyles
final

The style of trend lines. If there are multiple lines, their styles will be chosen in the order of appearance in this list. If this list is shorter than the number of trend lines, a default blue paint will be applied.

Implementation

final List<Paint> trendLineStyles;