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