Using scrollview to display chart #361
-
Hi, The data load
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found a solution Microchart.mp4 |
Beta Was this translation helpful? Give feedback.
-
Hi, The data load
|
Beta Was this translation helpful? Give feedback.
-
I found a solution Microchart.mp4 |
Beta Was this translation helpful? Give feedback.
I found a solution
In the content page
<VerticalStackLayout> <ScrollView Orientation="Horizontal" Padding="10"> <micro:ChartView x:Name="ChartDate" MinimumWidthRequest="800"/> </ScrollView> </VerticalStackLayout>
The only issue is that the labels reduce at the same time as the windows is reduced when you force the ValueLabelOrientation or LabelOrientation. Wich could be damaging for reviewing data.
Microchart.mp4