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
|
Dear:
|
|
|
Hi Xu, Thanks for the suggestion. I've implemented this for you now which you can get through the next nightly build. The next nightly build will be available at around 1200GMT (about 9 hours from now) which you'll be able to download from your Mindscape account page. No code changes will be required. Once you've installed the next nightly build, the code you posted will produce the expected result. Let me know how it goes. -Jason Fauchelle |
|
|
Hi Jason Fauchelle, Thank you very much! Thanks. I'll download the next nightly bulid. if have any question, I'll give you my thread. Thanks! -xu rui |
|
|
Hi Xu, Just letting you know the nightly build system did not process last night, so you'll want the next nightly build - available in about 13 hours from now. Sorry for the delay. Let me know if you have any questions once you've tried it out. -Jason Fauchelle |
|
|
Hi Jason Fauchelle, It's no problem. We are looking forward to the new version. Thanks -xu rui |
|
|
Hi Jason Fauchelle, I download the nightly build for 11 March 2015, the problem can be resolved. Thanks! Now, I have a new question. In my chart, Can we set the minor tick mark of logarithmic axis for the grid as attach file "GridLogarithmicAxis.png"? If we can, and how can we to set? Thanks. -Xu Rui |
|
|
Hi Jason Fauchelle, Sorry! In my previous post, I sent a error "GridLogarithmicAxis.png" as a attach file. Now, I upload a correct "GridLogarithmicAxis.png" again. Thanks! -Xu Rui |
|
|
Hi Xu, Displaying a grid can be done using the following xaml code:
Basically, on your Chart tag, add an instance of ChartGrid to the BackgroundElements collection. By default, the chart grid will display lines aligned with the X and Y major tick-marks. You will see that in the above code I am also setting the MinorVerticalGridLineBrush so that grid lines will be displayed for the X minor tick-marks. Please let me know if you have further questions about doing this. -Jason Fauchelle |
|
|
Hi Jason Fauchelleļ¼ Thanks! Now, I can display the minor tick-marks of grid lines by your reply. Thank you very much! -Xu Rui |
|