Android MpChart如何禁用stacklabel?
Android MpChart how to disable stacklabel?
你好,我需要禁用堆栈标签,你能告诉我怎么做吗?
要在 MP Android 图表中禁用 Legend
,请添加
mpChart.getLegend().setEnabled(false);
你好,我需要禁用堆栈标签,你能告诉我怎么做吗?
要在 MP Android 图表中禁用 Legend
,请添加
mpChart.getLegend().setEnabled(false);