smooth property

double? smooth
final

Smoothness of the line chart.

Value range is 0-1, smaller means closer to the polyline.

Typically, 0.5 is used to display as curve.

If this value are null, then kSmooth will be used.

Implementation

final double? smooth;