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
|
Hi, Is there any plans to complete the implementation of LabelStep for a Vertical Axis? There is a TODO comment in the ChartAxis GetLabelStep() method. I did a temporary implement myself that works in a few test cases; however it appears to break when there is a large difference between the ActualMinimum and ActualMaximum where it returns a LabelStep of 1 (which then results in ALL 200K+ labels being added which freezes the application!).
Dennis Roche |
|
|
Hello Dennis The implementation for this will be available through the nightly builds from tomorrow the 4th of October. Note that this automatic label step calculation is just to skip out some of the labels to prevent labels from overlapping. The number of tick marks is unaffected by this value. So if you were seeing 200K+ labels being added, then there would have been 200K+ tick marks as well. If the application is still freezing after you get the nightly build, then there may be an issue with the number of tick marks. Make sure you're not manually setting the MajorTickSpacing property to be a value that would generate a large number of tick marks. Let us know how it goes |
|