I don't need YAxis and XAxis - Top, how do I get rid of the left, Top, right margins of the diagram?
Worked with chart.setViewPortOffsets(0F, 0F, 0F, 0F)
chart.setViewPortOffsets(0F, 0F, 0F, 0F)
how did you do it?
Would like to know too
Most helpful comment
Worked with
chart.setViewPortOffsets(0F, 0F, 0F, 0F)