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
15
ultraDataChart c#
posted

Hello,

I'm a beginner and I need a little help.

 I read some values from different txt files and I want to plot them at the same chart.

Can you help me with an example?

Thank you

Parents
No Data
Reply
  • 12480
    Offline posted

    Hi Tamas,

    I recommend starting out by reading our Getting Started with DataChart topic to familiarize yourself with how our chart works and what its capabilities are. Next, take a look at the topic for each series to see a code example of how to do basic setup and databinding. For example, see the example in our Column Series topic.

    In order to pull the data from multiple sources, I recommend reading the text files in and building a single datasource which you can bind to the UltraDataChart.

    Please let me know if you have any further questions.

Children
No Data