You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When I create a LineSeries with GeometryStroke = null, GeometryFill = null, and Stroke = new SolidColorPaint(SKColors.Red), the legend of the series is displayed with a red circle followed by the legend name.
Describe the solution you'd like
Since GeometryStroke and GeometryFill are null, I want the legend to display as a red line followed by the legend name.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When I create a LineSeries with GeometryStroke = null, GeometryFill = null, and Stroke = new SolidColorPaint(SKColors.Red), the legend of the series is displayed with a red circle followed by the legend name.
Describe the solution you'd like
Since GeometryStroke and GeometryFill are null, I want the legend to display as a red line followed by the legend name.
The text was updated successfully, but these errors were encountered: