tags:

views:

41

answers:

1

I am new to android ,and i have drawn a pie chart and when i see it vertically ,its ok,and when i change the view to horizontally i just get the first half of the chart and i want to scroll it down,how to do it.

+3  A: 

Use ScrollView. http://developer.android.com/reference/android/widget/ScrollView.html

uthark