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!
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.
Hello Kiryl,
Not at the moment.
With the introduction of the DataChart in 14.2 for Windows Forms, which we will be releasing soon, you will be able to create a fan chart similar to the sample we provided to you here in WPF using a RangeAreaSeries.
Let me know if you have any questions.
Hi. Do you have solution for WinForms?
Thank you very much! That's exactly what I need.
Hello Borjanja,
You can set the Outline of the RangeAreaSeries to transparent. For example:
<ig:RangeAreaSeries x:Name="MinEst" XAxis="{Binding ElementName=xAxis}" YAxis="{Binding ElementName=yAxis}"
ItemsSource="{Binding FanSource}" LowMemberPath="MinEstValue"
HighMemberPath="ActualCentralValue" Outline="Transparent">
Please let me know if you have any questions.
Sincerely,Valerie Developer Support Supervisor - XAMLInfragisticswww.infragistics.com/support