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

Refactor access modifiers in base classes #1609

Open
jaybyrd42 opened this issue Sep 19, 2024 · 1 comment
Open

Refactor access modifiers in base classes #1609

jaybyrd42 opened this issue Sep 19, 2024 · 1 comment

Comments

@jaybyrd42
Copy link

Add possibility to override OnMouseDown, OnMouseUp and other related event handlers and reuse logic from those overriden methods in Classes derived from LiveChartsCore.Chart by changing InvokePointerDown, InvokePointerMove, InvokePointerUp, InvokePointerLeft... access modifiers to protected internal

@jaybyrd42
Copy link
Author

Possibly refactor all internal modifers to protected internal.

Having internal access modifiers when using this library as Nuget package hinders modification

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

No branches or pull requests

1 participant