BoldSign®Effortlessly integrate e-signatures into your app with the BoldSign® API. Create a sandbox account!
Hi Kevin,
Currently, we don’t have support for binding SeriesCollection
property to the ChartArea Series property. Our new SfChart control support this
feature. We suggest you to try out our SfChart control for your requirement.
Note: Our new SfChart control can provide you a better
performance for large amount of data with few more features included in it. We
suggest you to try out our new SfChart control for your requirement.
Documentation link: http://help.syncfusion.com/wpf/sfchart
Regards,
Suresh S
Hi Kavin,
Thanks for your update.
Query 1: I don't see a SeriesTemplate property (or something similar) to specify a DataTemplate to use for rendering each series.
You can achieve your requirement by using CustomTemplate property of Chart Series (Line,Column,StepLine) in SfChart control.
Query 2: Doesn't appear that the new chart control supports the ChartZoomingToolkit feature that the old chart had.
Currently we don’t have ChartZoomingToolkit support in our SfChart and we have already logged feature request for this.
Link: http://www.syncfusion.com/support/directtrac/features/WPF-13632
However we have achieved this feature through workaround in an attached sample.
Query 3: We are relying on that ability in order to implement selection zooming using the right mouse button, instead of the left button.
We have achieved your requirement by inheriting the ChartZoomPanBehavior class. We have prepared the sample based on this and please find the attached sample.
Regards,
M. Sheik
Hi Kevin,
Query 1: Regarding Series Template requirement.
Please provide the simple sample based on this requirement which you have achieved in old chart. So that we will analyze further and check the feasibility in SfChart.
Query 2: Regarding selection zooming using the right mouse button.
We would like to inform you that, in our previous updated sample we have modified the Left mouse button selection zooming into Right mouse button selection zooming. We are disabled Left mouse button event handler only in custom selection behavior (instead of this we use Right mouse button). We are able to use the left mouse button event handler in all other behaviors like cross hair, track ball.
Regards,
M. Sheik
<sf:SfChart Series="{Binding ProductPricesByYear}"><sf:SfChart.PrimaryAxis><sf:SfChart.CategoryAxis /></sf:SfChart.PrimaryAxis><sf:SfChart.SecondaryAxis><sf:SfChart.NumericalAxis/></sf:SfChart.SecondaryAxis><sf:SfChart.SeriesTemplate><DataTemplate><sf:LineSeries XBindingPath="Prodname" YBindingPath="Price" ItemsSource="{Binding Products}" /></DataTemplate></sf:SfChart.SeriesTemplate></sf:SfChart>
Hi Kevin,
Thanks for your update.
We have analyzed your requirement and currently we do not have a support to automatically generate the series using the Series Data Template. We have already considered this type of requirement as a feature. Please find the below feature report link
http://www.syncfusion.com/support/directtrac/features/WRT-2219
Regards,
M. Sheik
<sf:SfChart Series="{Binding Series}"><sf:SfChart.PrimaryAxis><sf:SfChart.CategoryAxis /></sf:SfChart.PrimaryAxis><sf:SfChart.SecondaryAxis><sf:SfChart.NumericalAxis/></sf:SfChart.SecondaryAxis><sf:SfChart.SeriesTemplate><DataTemplate><sf:LineSeries XBindingPath="Date" YBindingPath="Value" ItemsSource="{Binding Values}" Label={Binding Name} /></DataTemplate></sf:SfChart.SeriesTemplate></sf:SfChart>
Hi Kevin,
We would like to let you know that we will implement this feature in any of our upcoming releases. The feature implementation would also greatly depend on the factors such as product design, code compatibility and complexity. We will update you once feature has been implemented. We appreciate your patience until then.
Please let us know, if you need any further assistance.
Thanks,
Rachel. A
Hi Devi,
This is great, I was just looking for something like this. It sounds like you're planning to put this functionality in the actual SfChart control though. Is there a planned release date for this?
Thanks,
Richard
Hi Community,
this feature works?
I'm having same issue to bind Series collection dinamically for fast bitmap series.
Thanks for any update,
Best,
Douglas
Yes it work's!
Great, thanks!