公告
财富商城
积分规则
提问
发文
2019-03-04 06:26发布
冷血范
I am working on pie-chart. problem is it keep spacing around piechart. how can i remove extra spacing from piechart.
Your answer would be appreciated
try calling setOffsets(float left, float top, float right, float bottom) on the Chart
setOffsets(float left, float top, float right, float bottom)
EX
chart.setViewPortOffsets(0f, 0f, 0f, 0f);
check Modifying the Viewport
I had the same problem and solved it by adding below line to dataset:
dataSet.setSelectionShift(0f);
最多设置5个标签!
try calling
setOffsets(float left, float top, float right, float bottom)
on the ChartEX
check Modifying the Viewport
I had the same problem and solved it by adding below line to dataset: