filled property

bool filled

Gets whether chart between the line and the X axis is needed to be filled or not.

Implementation

bool get filled => fillGradient != null || fillColor != null;