Pie is a polar chart so you have to use polar coordinate system to set the margin:
m_view.getChart().getPolarSystem().setMargin(new NChartTypes.Margin(10, 10, 10, 10));
Pie is a polar chart so you have to use polar coordinate system to set the margin:
m_view.getChart().getPolarSystem().setMargin(new NChartTypes.Margin(10, 10, 10, 10));
Was this article helpful?
Unfortunately, you can't vote for this article. Please log in to be able to vote.
0 out of 0 found this helpful
Comments
No comments yet.
Please log in to place a comment.