We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug when property LegendPosition of SKCartesianChart is set to LegendPosition.Hidden, the legend still appears
LegendPosition
SKCartesianChart
LegendPosition.Hidden
To Reproduce Steps to reproduce the behavior:
Observed behavior The legend still appears
Expected behavior The legend is hidden
Screenshots The chart image
The text was updated successfully, but these errors were encountered:
fixes #620
b3ace63
Thanks for the report, this issue is fixed with the referenced commit and will be included in the next version of the library.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
when property
LegendPosition
ofSKCartesianChart
is set toLegendPosition.Hidden
, the legend still appearsTo Reproduce
Steps to reproduce the behavior:
SKCartesianChart
with non-zero areaLegendPosition
toLegendPosition.Hidden
Observed behavior
The legend still appears
Expected behavior
The legend is hidden
Screenshots
![cartesianChart](https://user-images.githubusercontent.com/52944979/188763232-e6d3be51-52ba-4c3b-b131-daa838ba17da.png)
The chart image
The text was updated successfully, but these errors were encountered: