Is there a way to make a similar chart using Infragistics?
Hello Devaprem,
The chart depicted in the screenshot you have provided is possible with the Infragistics XamDataChart. If you are only looking to have two solid colors, you could do this using two AreaSeries, where if you wanted the shaded area to end, you could have double.NaN or null as the underlying plot value for the ValueMemberPath for a particular category. You can read a bit further about the AreaSeries in the XamDataChart here: https://ko.infragistics.com/help/wpf/datachart-category-area-series.
I feel that it is likely that the visualization that you are looking for may be more of a financial chart, though, and if this is the case, you could likely use one of our Financial Indicators for this. You can read further about the financial indicators in the XamDataChart at the following article: https://ko.infragistics.com/help/wpf/datachart-financial-indicators-overview. Also, if you have the WPF Samples Browser installed, you can experiment with them by looking at the XamDataChart => Display => Gallery - Financial Series sample.
I hope this helps. Please let me know if you have any other questions or concerns on this matter.
Sincerely,AndrewAssociate Developer
thanks.