我正在使用MPAndroidChart库。
我在我的应用程序中实现了一个 PieChart。一切正常,但图表顶部和末尾有一个空白区域。我需要删除此空间以正确可视化我的活动布局
我的问题是:
- 是否可以以编程方式删除它们?
PD 在我的布局中,没有marginTop 或marginBottom。
布局xml:
<com.github.mikephil.charting.charts.PieChart
android:id="@+id/pieChart"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/_home_consumed" >
</com.github.mikephil.charting.charts.PieChart>