How can I transform the X and Y values obtained via PointerCommandArgs into a Yaxes (AXIS) value? #1423
Unanswered
henrrymoraes83
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I transform the X and Y values obtained via PointerCommandArgs into a Yaxes (AXIS) value?
File: Chart.axaml
<lvc:CartesianChart PointerPressedCommand="{Binding Click_OnMain_Chart}" Series="{Binding Series}" XAxes="{Binding XAxes}" Sections="{Binding Sections}" YAxes="{Binding YAxes}" />
File: ChartViewModel.cs
LiveChart for Avalonia UI.
Beta Was this translation helpful? Give feedback.
All reactions