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