This is called axes' offset and it is turned on for X-axis by default. If you do not need it, do the following:
m_view.Chart.CartesianSystem.XAxis.HasOffset = false;
This is called axes' offset and it is turned on for X-axis by default. If you do not need it, do the following:
m_view.Chart.CartesianSystem.XAxis.HasOffset = false;
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.