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 Jason, I don't know if this is a bug or a behavior of the chart, but I'm having a problem. When I use the automatic xaxis and yaxis scale (I mean when I let the component draw itself) the last points in xaxis don't appear in the graph. But when I set the property chart1.XAxis.Maximum to a number bigger that my last value, all the points appear. How can I solve this? I´m sending a little code to simplify this problem. By the way, in this example, I would like to know how can I configure the ToolTipBinding to show me x and y axis values with only two decimal places. Best regards, Raphaela. |
|
|
Hello Raphaela Thanks for pointing this out, this was a bug. Seems the values were being rounded which in your case causes some of the values to be missed out. I've changed this to always round-up to resolve this. This will be fixed in the next nightly build. You can change the formatting of the tooltip string by creating a custom IValueConverter that takes in a Point object and then returns a string however you want. Then you can set the Converter of the tooltip binding to be an instance of your custom value converter. Jason Fauchelle |
|
|
Jason, Thanks for the new version. Best regards, Raphaela. |
|