我试图用 AFreeChart 绘制一些图表,它工作得很好。但图表未填满显示屏上的所有可用空间。我怎样才能做到这一点?
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:layout_gravity="center" >
<com.example.digitalfilter.DemoView
android:id="@+id/demoView1"
android:layout_width="match_parent"
android:layout_height="match_parent" />