Hi Gareth,
Thanks for using
Syncfusion products.
We have analyzed the
reported query. You can achieve your requirement by applying IsIndexed as false
in each series.
Code Snippet[XAML]:
<syncfusion:ChartSeries IsIndexed="False" BindingPathX="Time" BindingPathsY="Value" Type="Line"
DataSource="{Binding Datas}"
/>
<syncfusion:ChartSeries IsIndexed="False" BindingPathX="Time" BindingPathsY="Value" Type="Line"
DataSource="{Binding Datas1}"
/>
We have prepared the
sample based on this and this sample can be downloaded from the following
location.
Please get back to us if
you require any further assistance on this.
Regards,
Karthikeyan V.
TwoLineChart_807aacaf.zip