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