Hello,
I opened Samples Browser source code in debug mode,than I opened XamDataChart-> Editing and Selection -> Data Point Tracking.
when I looked in output debug screen in visual studio I have this message:
System.Windows.Data Error: 1 : Cannot create default converter to perform 'one-way' conversions between types 'System.Windows.Controls.Control' and 'Infragistics.Controls.Charts.Series'. Consider using Converter property of Binding. BindingExpression:Path=Series; DataItem='DataContext' (HashCode=19615117); target element is 'TrackingGrid' (Name=''); target property is 'Series' (type 'Series')System.Windows.Data Error: 1 : Cannot create default converter to perform 'one-way' conversions between types 'System.Windows.Controls.Control' and 'Infragistics.Controls.Charts.Series'. Consider using Converter property of Binding. BindingExpression:Path=Series; DataItem='DataContext' (HashCode=39430079); target element is 'TrackingGrid' (Name=''); target property is 'Series' (type 'Series')......................................................................
Can you help me to remove this message or explain me why it appears because I would use your example.Thank you.
Regards
Hello Joe,
You can suggest you see this link from our online documentation:
http://help.infragistics.com/Help/Doc/WPF/2012.1/CLR4.0/html/xamDataChart_Multiple_Series.html
and this forum thread:
http://ko.infragistics.com/community/forums/t/53461.aspx
where you can find information how to plot multiple series and axis on one XamDataChart.
Thanks Stefan,
I am using the ScatterLine graphs to be able to show chart with different X-Axes point.
I am not able to do it using the line series.
Will that be possible for me to plot multiple charts on the same graph with different X-axes on line series?
Thanks,
-Joe
I have modified the sample I sent before, so now there are Crosshair and Tooltip layers for both series. Also I an say that the Scatter and ScatterLine series don't support layers.
Hi Stefan,
Would you be able to show the ItemToolTip layer and CrosshairLayer on the ScatterLineSeries Type of XamDataChart? Also, with the UseInterpolation property.
I am having trouble on showing those layers when using the ScatterLineSeries chart.
Basically, this is the way you do it in XAML
<ig:XamDataChart.Series>
<ig:ItemToolTipLayer UseInterpolation="True" TransitionDuration="0:00:00.1"/> </ig:XamDataChart.Series>
In your zip example provided, would you be able to do it programmatically.