سؤال

I am using achartEngine Library to draw donut in my android application . But creating my donut I'm getting 0 1 2 as am creating 3 donut . I go with only one donut then get only 1 after donut..is there any method in achartEngine to remove them.Plase find Image.enter image description here

هل كانت مفيدة؟

المحلول

You can hide the legend:

renderer.setShowLegend(false);
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top