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!
Thank you very much Valerie!
I was testing with your example and it seems I can accomplish what I need.
One more question – how can I get rid of those gray lines that look like a border around the areas.
Thanks you!
Hello Borjanja,
Do you have any other questions on this matter?
Sincerely,
Valerie
Developer Support Supervisor - XAML
Infragistics
www.infragistics.com/support
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.