Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
How to use xamWebDataChart to populate ChartArea
posted

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 ?

Parents
  • 30692
    Verified Answer
    Offline posted

    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

Reply Children
No Data