This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello, I create a very simple LineSeries chart using the following code:
and
This results in a chart where the y-axis contains multiple ticks and the x-axis only one. Can I fix this without having to use MajorTickSpacing? Thanks, Thomas |
|
|
Hello Thomas On the independent axis, by default, the smallest distance between the tick marks is the smallest distance between adjacent points in the data series. Several people are relying on this so I won't change this behavior just yet. I can see that this would be useful in your scenario of only having 2 points so I've made note of this. One option is to add more points in the data. The other option is as you mentioned to set the MajorTickSpacing property. Jason Fauchelle |
|