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