• Home
  • Nchart3D
  • NGrid
  • Customers
  • Live demo
  • Download
  • Purchase
  • Blog
  • Support
  • Login
Contact us Terms of service Privacy policy ©  2025 Anjuta Software
When there are a lot of ticks on the X-axis, some of them are not visible. How to fix this?
by Eugene at 2 Mar. 2015
  1. NChart3D FAQ
  2. Java API
  3. When there are a lot of ticks on the X-axis, some of them are not visible. How to fix this?

If there are too many ticks, some of them hide automatically and are visible by zooming the chart only. You can alter the minimal size required for one tick with the property minTickSpacing of the corresponding value axis. To disable the auto hiding, just set this space to zero:

m_view.getChart().getCartesianSystem().getXAxis().setMinTickSpacing(0.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.