Skip to content

Using scrollview to display chart #361

Closed Answered by flaubertagufonku
flaubertagufonku asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by flaubertagufonku
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant