drawFollowLinesAcrossChart property

bool? drawFollowLinesAcrossChart
final

Whether or not follow lines should be drawn across the entire chart draw area, or just from the axis to the point.

When disabled, measure follow lines will be drawn from the primary measure axis to the point. In RTL mode, this means from the right-hand axis. In LTR mode, from the left-hand axis.

Implementation

final bool? drawFollowLinesAcrossChart;