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
|
Hello, When I create the stacked bar chart I would like to be able to present to the user some of the stacked bars differently than the others. The purpose is to somehow visually highly some of the stacked bars. How can I accomplish this? Thanks Oscar |
|
|
Hi Oscar, To do this, you can set the BarStyle property of the stacked bar series to be a custom bar style. You could then either use triggers or binding converters to hold the logic for selecting which bars should be displayed differently and change the visual properties as needed. The data context of each bar is the original data point that you are plotting. You could bind to properties on that to determine how they should be displayed. The Sample Explorer app include example of custom bar styles. -Jason Fauchelle |
|
|
Thanks Jason. I experimented in the Sample Explorer app and it seems like it should also work on my app. Oscar |
|