Hi,
I currently have a column series using the xamdatachart which basically tracks open and close tickets in our sharepoint lists. I was able to create 3 series of observable collections of historical data and binding it to here. There is a requirement to add a new series which is basically a projected number of tickets that will be closed in the current month (May). So what I want to do is make May and future months a stacked column with total open and the "projected closed series"
I couldn't find an examples on how to do this, can someone point me to the right direction.
Also, is there anyway that I can remove the display of all the future series with zeros? (May - Dec)
thanks ahead.
Hello Steve,
Thank you for your post. I have been looking into it and have created a small sample for you. In the sample application I have two series displayed on the xamDataChart – a Column series and Stacked100ColumnSeries. Both series share the axes and the DataSource.
For your second requirement in the Stacked100ColumnSeries when the value is null or ‘0’ the column is just not visible.
Please refer to the attached sample application and feel free to let me know if you have any further questions on the matter.
I meant to say a Stacked100Column Series not just a Stacked Column Series.