C# Tutorial - Live Charts | FoxLearn

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024

Комментарии • 142

  • @Selyucida
    @Selyucida 7 лет назад +21

    So i've been breaking my head for months to create my own interactive charts and there were already someone who created them and way better.
    Seriously, i want to cry

  • @PsykeBr
    @PsykeBr 7 лет назад +1

    Could you provide an exemple of Live Charts using query from Entity Framework?

    • @foxlearn
      @foxlearn  7 лет назад +2

      OK. Thank you for your suggestion. I'll make soon

  • @ahsennoorsubhopoto7764
    @ahsennoorsubhopoto7764 5 лет назад

    Hi, How to add DataTable data (my data retrieved from sql and viewed in gridview also).
    Following is the code for displaying All data in first gridview. graph.yaxis is just one column of data shown on gridview not graph. i want to display number of rows having one column in lovechart graph.
    cmd = new SqlCommand("Select * from ...", cnn);
    adapt = SqlDataAdapter(cmd);
    cnn.Open();
    data = new DataTable();
    adapt.Fill(data);
    dataGridView1.DataSource = data;
    graph_yaxis();
    graph_xaxis();
    cnn.Close();

  • @thocodes
    @thocodes 2 года назад

    Hi, can you guide how to make mvvm live chart?

  • @Dojazdowka
    @Dojazdowka 6 лет назад

    Hi
    Is there any way to use live chart in vb.net ??
    Could you public some exemple on yt ??

  • @marwanechahoud7993
    @marwanechahoud7993 7 лет назад

    i did the same as you did but on MySql, it gives me this error: Error 2 'gestionSessions.getAbsence_Result' does not contain a definition for 'nombreabsent' and no extension method 'nombreabsent' accepting a first argument of type 'gestionSessions.getAbsence_Result' could be found (are you missing a using directive or an assembly reference?) '
    this line of code when accessing PROCEDURE attributes: foreach (var x in data)
    {
    col.Values.Add(x.NA.Value);
    ax.Labels.Add(x.nombreabsent.ToString());
    }
    My procedure:
    BEGIN
    SELECT nombreabsent as NA FROM sessions WHERE nombrepresent and nombreabsent IS NOT NULL GROUP BY nombrepresent ORDER BY DS;
    END

  • @realprof609
    @realprof609 5 лет назад

    Can u make a video datagridview image with price. Example of a restaurant

    • @foxlearn
      @foxlearn  5 лет назад

      OK. Thank you for your suggestion !

  • @naufalez
    @naufalez 4 года назад

    how to change bar chart to line chart?

  • @samiraharnib
    @samiraharnib 4 года назад

    Can I do this using vb.net

  • @yogeshthreeke3690
    @yogeshthreeke3690 7 лет назад

    how to subtotal datagridview numeric value below the last freezed row of datagridview?

  • @usama_ud_din9461
    @usama_ud_din9461 5 лет назад

    One Problem My code in Gettotalorder() error is invalid arguments

    • @foxlearn
      @foxlearn  5 лет назад

      Please check your code again. i think you miss something. Have you created storedprocedure?

  • @zerokom7632
    @zerokom7632 6 лет назад

    what if I want to create a new chart, eg: I create a data input application with a period of 1 year. from January until December and I want to replace the new chart for the next 1 year. Please tell me.
    thank you

  • @realprof609
    @realprof609 5 лет назад

    I cant download live chart...im using visual studio 2012

    • @foxlearn
      @foxlearn  5 лет назад

      You can download it from github website. thank you !

    • @realprof609
      @realprof609 5 лет назад

      @@foxlearn thnx i already download

  • @hugopnabais
    @hugopnabais 4 года назад

    I need a rolling live chart, that receives new values from the right and removes old values from the left, any way of doing this with this library?

  • @artemis1306
    @artemis1306 4 года назад

    Hi, I'm looking for the link where I can download northwind.

    • @foxlearn
      @foxlearn  4 года назад

      You can download northwind database at foxlearn.com or c-sharpcode.com

  • @mandarndeshpande
    @mandarndeshpande 6 лет назад

    Can you please email source code pls?

  • @toshiii8646
    @toshiii8646 5 лет назад

    You can also use this by having access database right?

  • @AlaeddinAlhamoud
    @AlaeddinAlhamoud 7 лет назад

    Good one , but don't support ASP.net or MVC .

    • @foxlearn
      @foxlearn  7 лет назад

      You can use lib for asp.net or mvc, you can search from google. this lib only for windows forms and wpf. thanks

  • @jimmydan8873
    @jimmydan8873 5 лет назад

    thank you very much very helpful and easy

    • @foxlearn
      @foxlearn  5 лет назад

      You're welcome. thank you !

  • @nachovidal9375
    @nachovidal9375 7 лет назад

    Why is everyone begging for Source Code ?

  • @CoderRiderMofi
    @CoderRiderMofi 8 лет назад

    Thank you for such useful videos. I'm your new subscriber. I hope i cloud watch all your videos :)

    • @foxlearn
      @foxlearn  8 лет назад

      Thank you so much :)

    • @CoderRiderMofi
      @CoderRiderMofi 8 лет назад

      Can u tell me if i can create stored procedure in ms access

    • @foxlearn
      @foxlearn  8 лет назад

      Hi, You can create function in access similar stored procedure in sql server. thanks

  • @fromtheotherlane369
    @fromtheotherlane369 5 лет назад

    Very helpful thank you!!!

    • @foxlearn
      @foxlearn  5 лет назад +1

      You're welcome. Thank you !

  • @notgenius5767
    @notgenius5767 7 лет назад +1

    Thank you!

    • @foxlearn
      @foxlearn  7 лет назад

      Thanks :)

    • @notgenius5767
      @notgenius5767 7 лет назад

      Hey, when I use MetroForm, SolidColorBrush works fine and I see colors for Angular Gauge, but doesn't work in MetroTabControl I can't see colors for Angular Gauge. Can you help me? Is problem with Metro Framework or I can't use Angular Gauge in TabControl? Thank you!

  • @AzizjanAyupov_leo
    @AzizjanAyupov_leo 6 лет назад

    Thank you very much!

  • @ramrokr
    @ramrokr 7 лет назад

    Hi, could you please do a tutorial on reading data from a controller through serial port and plotting? Much appreciated. Good day.

    • @foxlearn
      @foxlearn  7 лет назад +1

      Thank you for your suggestion. I'll make soon

    • @ramrokr
      @ramrokr 7 лет назад

      Thank you very much. How would you approach plotting? Normal chart would be great. I tried using ZedGraph and KayChart, but failed miserably. Looking forward to your tutorial.

  • @MASTER191285
    @MASTER191285 6 лет назад

    Thank you very much!

  • @bmrao
    @bmrao 8 лет назад

    Thank you