Skip to content
New issue

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

States #1841

Merged
merged 9 commits into from
Mar 13, 2025
Merged

States #1841

merged 9 commits into from
Mar 13, 2025

Conversation

beto-rodriguez
Copy link
Owner

No description provided.

Changed the type of the `Visual` property from `object?` to `IDrawnElement?` to improve type safety and align with drawing capabilities. Added a using directive for `LiveChartsCore.Drawing` to support this change.
Updated the ISeries interface to include `HoveredStyle` and `ClearHoveredStyle` properties for hover state customization. Added corresponding private fields in the Series class and implemented public properties to access them. Modified `OnPointerEnter` and `OnPointerLeft` methods to invoke these actions, enhancing chart interactivity and user experience.
@beto-rodriguez beto-rodriguez merged commit cc36af2 into dev Mar 13, 2025
4 checks passed
@beto-rodriguez beto-rodriguez deleted the states branch March 13, 2025 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant