effectiveLegendIconType method
Returns the legend icon type.
Implementation
@override
ShapeMarkerType effectiveLegendIconType() =>
dashArray != null && !dashArray!.every((double value) => value <= 0)
? ShapeMarkerType.stackedLine100SeriesWithDashArray
: ShapeMarkerType.stackedLine100Series;