effectiveLegendIconType method
Returns the legend icon type.
Implementation
@override
ShapeMarkerType effectiveLegendIconType() => dashArray != null
? ShapeMarkerType.stackedLineSeriesWithDashArray
: ShapeMarkerType.stackedLineSeries;
Returns the legend icon type.
@override
ShapeMarkerType effectiveLegendIconType() => dashArray != null
? ShapeMarkerType.stackedLineSeriesWithDashArray
: ShapeMarkerType.stackedLineSeries;