ZoomMode: Panning X #1376
Unanswered
jribeiroDev
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
-
Hi guys,
I use panning X on cartesian chart, but when i use the mouse to panning, select the entire chart and i can't panning.
Any solution?
<lvc:CartesianChart Grid.Row="2"
Margin="15,0"
LegendPosition="Top"
LegendTextPaint="{Binding LegendTextPaint}"
LegendTextSize="16"
Series="{Binding Series}"
TooltipPosition="Top"
XAxes="{Binding XAxes}"
YAxes="{Binding YAxes}"
ZoomMode="PanX" />
Beta Was this translation helpful? Give feedback.
All reactions