Q1 : I have to populate chart as shown above (which i have generated using C# ChartArea). How to do it with Infragistics DV v10.3.
Q2 : I have seen some code on the net where some people using xamWebDataChart which i could not found in my toolbox. Where to find this control ?
Hi,
XamWebDataChart is an older name for XamDataChart from when it was released as a CTP. The API has also changed somewhat since then. If you have trouble adapting a sample to the latest release. Let me know and I should be able to help adjust it.
The screenshot above looks like you would implement it with three different XamDataCharts with column series, that are synchronized using the same synchannel. You would do this by setting SyncManager.SyncSettings to the same string for each chart. For more info you can check the samples for doing chart synchronization.
Let me know if you need further assistance.
-Graham
Thanks Graham.
SyncManager.SyncSettings is the answer i was looking for.
I am able to sync multiple charts using SyncManager.SyncSettings.
FYI the chart in the screenshot was created using .NET ChartArea (Not Infragistics)