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 DrawTicksPath is lost if the axis visibility is toggled
To Reproduce Steps to reproduce the behavior:
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Code of the btn if it helps:
private void button2_Click(object sender, EventArgs e) { if (yAxis[0].IsVisible) { yAxis[0].IsVisible = false; } else { (yAxis[0] as Axis).DrawTicksPath = true; yAxis[0].IsVisible = true; } }
Sorry, something went wrong.
fixes #639
2b69ea5
Thanks for thew report, this issue is fixed with the referenced commit and will be included in the next version of the library.
No branches or pull requests
Describe the bug
DrawTicksPath is lost if the axis visibility is toggled
To Reproduce
Steps to reproduce the behavior:
Screenshots
![DrawTicksPathIssue](https://user-images.githubusercontent.com/1083543/191960992-a91cc78b-3fae-4028-99d4-2a289ce41117.gif)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: