• Home
  • Nchart3D
  • NGrid
  • Customers
  • Live demo
  • Download
  • Purchase
  • Blog
  • Support
  • Login
Contact us Terms of service Privacy policy ©   Anjuta Software
How do I set margin for pie chart?
by Eugene at 1 Sep. 2016
  1. NChart3D FAQ
  2. UWP API
  3. How do I set margin for pie chart?

Pie is a polar chart so you have to use polar coordinate system to set the margin:

m_view.Chart.PolarSystem.Margin = NChartMarginHelper.MarginMake (10.0f, 10.0f, 10.0f, 10.0f);

 

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.