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 histogram class looks like this:
And I'm displaying with
I have a few questions:
Finished my failed sample project from the previous request and threw some sample data in that I've been working with. Thanks! |
|
|
Hi matelich, 1) A good way to provide tool tips would be to create a custom bar style, and set the tool tips on the visuals there. Here is an example:
Then, set the BarStyle property of the bar series to be this bar style. To display both min and max in the tool tip, you could create a multi converter, and use that in a multiple binding that takes those 2 values and converts it into a combined string. Or, you could provide a tool tip template. 2) Unfortunately the BarSeries only supports equal width bars, and we don't plan to add support for this. I hope this is not critical. 3) The axis also does not have a way to have uneven spacing between the ticks, (unless you provide a custom axis-value-converter to plot the data on a custom scale. This is what we do to handle a different number of days in each month when plotting time data, or skewing the positions of minor logarithmic ticks, but I don't think a custom scale will be a good solution for you). Sorry I could not be of more help here. -Jason Fauchelle |
|