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.Chart.CartesianSystem.XAxis.MinTickSpacing = 0.0f;
Comments
No comments yet.
Please log in to place a comment.