I tried to plot some graphs with AFreeChart and It's working pretty well. But chart not filling all available space at the display. How can I achieve this?
<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" />