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
|
My application shows the chart in full screen. The default labels of major tick on Y axis have a wide gap. So I also want to display the label of each minor tick on Y axis. Please let me know if it is possible or not. |
|
|
Hello There is no option to display labels on the minor tick marks. I recommend reducing the gap between the major tick marks. You can do this by specifying the MajorTickSpacing on an axis. This value is the logical spacing between the major tick marks. Try this out and let me know if you achieve better results. -Jason |
|
|
I already tried the option of MajorTickSpacing. And I zoomed in the chart with MajorTickSpacing option but the label value did not change. My application has a range of -300000 ~ 300000 and I have to zoom in the chart until Major Tick Gap is 1. But when MajorTickSpacing is set to 1 then the chart gets too slow. Is there any way to solve this problem(getting slow) when I zoom in the chart? |
|
|
Hello I forgot to mention, in a recent nightly build, zooming the chart while the MajorTickSpacing option is set will change the labels. Download the latest nightly build, and then set the MajorTickSpacing property to be the desired major tick spacing of the maximum axis range (-300000 ~ 300000). For example MajorTickSpacing = 50000. Then when you zoom in, the chart will automatically change the major tick spacing based on the axis range, but will keep the density of tick marks roughly consistent. Try this out and let us know how it goes. -Jason |
|