My requirement is to display the first and last datapoint in different color, negative values in red and positive values in green. How can I access the first and last datapoints? I did not see and property/object for this as it is in XamWebChart. plz find the chart image attached.
I also need to implement the drill down functionality i.e. on click of the [+] button on the axis, it should expand and open it's child elements in the same series. (image attached)Please provide some work around to implement such kind of functionality.
Hello Vaishali,
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking into your post and I suggest you see this sample from our feature browser:
https://ko.infragistics.com/samples/silverlight/data-chart/#/binding-olap-flat-data
where it is shown how to use OLAP flat data to achieve the look and functionality you want. Also you can see this forum thread, where it is explained how o color Series:
https://ko.infragistics.com/community/forums/f/ultimate-ui-for-wpf/51914/customize-column-series-color-based-on-content-value
Feel free to write me if you have further questions.
Hi Stefan,
Thanks for the reply. The posts that you have referred uses ColumnSeries.https://ko.infragistics.com/community/forums/f/ultimate-ui-for-wpf/51914/customize-column-series-color-based-on-content-value
My requirement is to customize the Waterfall Series. I tried modifying their code for waterfall series but it doesn't work. Since I'm not much experienced in silverlight, I could not dig in much. Can we access the rectangle object in waterfall series?