We are using NetAdvantage for WPF 2012.2. However, we could also update to the latest version.
Is it possible to create a Fan chart using the Infragistics chart control to show the uncertainty bands using different degree of shading?
Any help or suggestions would be greatly appreciated.Thanks!
Hello Borjanja,
One way you may be able to simulate this is by using multiple series
A line series to simulate the actual and central estimates
A range series to simulate the range between the central estimate and the maximum estimate
A range series to simulate the range between the central estimate and the minimum estimate
You could then use a linear gradient brush to color the two range series.
I have attached a sample illustrating this.
Please let me know if you have any questions.
Sincerely,
Valerie
Developer Support Supervisor - XAML
Infragistics
www.infragistics.com/support
Hi. Do you have solution for WinForms?
Kiryl,
If you need a solution today, you could also use the ElementHost to host the WPF control in your Windows Forms application.
Let us know if you have any questions.