C# Tutorial - Live Chart Graph Controls in WinForm App | FoxLearn

Поділитися
Вставка
  • Опубліковано 31 жов 2024

КОМЕНТАРІ • 72

  • @yondabigman4668
    @yondabigman4668 Рік тому

    Hooo, this is going to be great!!!

  • @mostafabordbar2916
    @mostafabordbar2916 Рік тому

    very good

  • @Alexander-hk5ke
    @Alexander-hk5ke 2 роки тому +1

    Is there any way to learn more about changing other attributes as text color, grid color, grid steps and so on? Thank you in advance!

  • @emre6947
    @emre6947 2 роки тому

    thanks for everything you have been very helpful

  • @hamzik2255
    @hamzik2255 9 місяців тому

    Bro is there away to use a chart in c# visual studio to show number of employees in each department?

  • @dhananjaysenday2489
    @dhananjaysenday2489 5 років тому +1

    Hey Bro , I have learned a lot from this channel , Hope You will Continue to post these kind of videos
    #Love_From_India ❤️❤️❤️

    • @foxlearn
      @foxlearn  5 років тому

      Thank you so much !

  • @RashiCode
    @RashiCode 3 роки тому +5

    can you do a video on how to implement a database with live charts? thanks!

  • @alangraton2000
    @alangraton2000 3 роки тому

    Great video dude.
    Just one question: Is the LiveCharts free or you have to buy it?

  • @alekseev5249
    @alekseev5249 Рік тому

    How do I make it save so that I no longer have to enter data into the data grid?

  • @Apfelsuchtii
    @Apfelsuchtii Рік тому

    So i encountered huge memory leak on the free version. Using the trial geared version now and it works great without any memory leak...
    The trials goes for 10 days and i am pretty much forced to pay 99$ just to fix the issue.
    Additionally neither the free community version application is working, nor the payment page.
    Live Charts itself is great(only tested v0 tho, as there is already v2 out), however i made a bad experience as mentioned above.

    • @coding_refactor
      @coding_refactor Рік тому

      What memory leak did you find i would like to use this nuget package

    • @Apfelsuchtii
      @Apfelsuchtii Рік тому +1

      @@coding_refactor i didnt find the root cause of the memory leak, just noticed there is one. Upgrading to geared Version seems to be fine tho. Even after 10 days i can continue using it without paying.

    • @pujasuryakusumah832
      @pujasuryakusumah832 7 місяців тому

      @@coding_refactor memory leak when you have point 500 or 1000 in chart

  • @ivodonckers2643
    @ivodonckers2643 4 роки тому +2

    I like to make the chart, but from a datagridview filled from access database, how to ?

  • @alierenulas2781
    @alierenulas2781 3 роки тому

    Can we save like this chart in MS Word

  • @farukz.9904
    @farukz.9904 5 років тому +3

    thanks for this pretty helpful video but i want to ask something we just use datas for the line series but i want to make same thing for the column series for example i am getting data from and csv file and this data has 2 types first one is pressure second one is time how can i show these two things in one chart one of them as a column one of them as a line series
    Thanks for helping

    • @foxlearn
      @foxlearn  5 років тому

      OK. Thank you for your suggestion. Let me try to research !

    • @Nikola1999
      @Nikola1999 3 роки тому

      did you manage to fix this? I need hep

    • @farukz.9904
      @farukz.9904 3 роки тому

      @@Nikola1999 what do u need help about

  • @sanchairattanaumpa7192
    @sanchairattanaumpa7192 Рік тому

    How to Read data form sql server​ thank​you​

  • @AhmedWagdy-wg7kk
    @AhmedWagdy-wg7kk 3 роки тому

    How can I let the user decide the title name and labels????

  • @juliolema3648
    @juliolema3648 3 роки тому

    value = data.SingleOrDefault().Value; En esta linea de programación me da un error y no me corre la aplicación me podrías ayudar

  • @chibuikeoffu
    @chibuikeoffu 3 роки тому +1

    Very nice video, please what is the name of the first background music? It's very peaceful

  • @YY-qo1df
    @YY-qo1df Рік тому

    I can’t find any livechart in toolbox after install package and rebulid. Does anyone know how to solve this? I am using vs2017.

    • @NovaSoft_EG
      @NovaSoft_EG Рік тому

      rebuild the solution

    • @dannieblack4245
      @dannieblack4245 9 місяців тому

      Have you found any solutions ? I tried Restarting, Rebuilding the solution/project and it didnt work, im using vs 2022

  • @alemdervisevic4722
    @alemdervisevic4722 5 років тому +2

    please set an example this same but directly from the sql server database .

    • @foxlearn
      @foxlearn  5 років тому

      OK. Thank you for your suggestion !

  • @MrRadarInfos
    @MrRadarInfos 4 роки тому

    thank you for this tutorial but i have this errors: System.ArgumentNullException : 'the value cannot be null.
    parameter name : source'
    after using this code to fill my gridview code: MySqlCommand sqlCommand = new MySqlCommand(query, db.conn);
    MySqlDataReader rd = sqlCommand.ExecuteReader();
    while (rd.Read())
    {
    //revenue = Convert.ToDouble()
    Revenue r = new Revenue();
    r.Year = Convert.ToInt32(rd["anneeAchat"].ToString());
    r.Month = Convert.ToInt32(rd["moisAchat"].ToString());
    r.Value = Convert.ToDouble(rd["profit"].ToString());
    revenueBindingSource.Add(r);
    dataGridView1.DataSource = revenueBindingSource;
    }

  • @AbubakrMahdiSan
    @AbubakrMahdiSan 5 років тому

    I loved it , this is great video .Thank you

    • @foxlearn
      @foxlearn  5 років тому +1

      You're welcome. Thank you !

  • @krishpatel4694
    @krishpatel4694 3 роки тому

    How to scroll chart???

  • @adelali6066
    @adelali6066 2 роки тому

    THES TOOLES FREE..?

  • @dhananjaysenday2489
    @dhananjaysenday2489 5 років тому +1

    Just a Simple suggestion , can you create a discord server where we can be more interactive with you , or any subreddit

    • @foxlearn
      @foxlearn  5 років тому

      Thank you for your suggestion. my forum c-sharpcode.com or dotnetgate.com

  • @essouaiedameur7642
    @essouaiedameur7642 4 роки тому

    is there anyway to use Datetime as AXESX am followin the value of a object every day
    class
    {
    DateTime Day;
    Float Value;
    }
    taking it from a DataTable i called dt that get his values from a database MS SQL
    keep tellin me cant use a datetime, need for school project ^^

  • @alirezaabedi1885
    @alirezaabedi1885 5 років тому

    good job

  • @martinvideok
    @martinvideok 3 роки тому +1

    I can't find the chart in the toolbox after isntalling the package.

    • @alangraton2000
      @alangraton2000 3 роки тому

      Try rebuilding the project

    • @oliverjackson4932
      @oliverjackson4932 2 роки тому

      Late response, but this should help: lvcharts.net/App/examples/v1/WinForms/Install

    • @KiritShahHTML5JavaScript
      @KiritShahHTML5JavaScript 2 роки тому

      Open any ui form in visual studio then check tool box CTRL+ALT+X VS studio keyboard shortcut for toolbox

  • @fatihcambel
    @fatihcambel 4 роки тому

    thank you for help me to my project

  • @tarekmamdouh9000
    @tarekmamdouh9000 5 років тому

    Please could you tell me how to connect it with sql data base not class , i means how to make the live chart take data from the data grid automatically without entering it by user , also thanks for the great effort it is agreat channel

    • @tarekmamdouh9000
      @tarekmamdouh9000 5 років тому

      could any one how to do this ?

    • @foxlearn
      @foxlearn  5 років тому

      OK. Thank you for your suggestion !

  • @promoteantivirus1772
    @promoteantivirus1772 5 років тому

    Do you know how to load data automatically every 10 minutes for this?

    • @foxlearn
      @foxlearn  5 років тому

      Yes, you can use timer control to refresh load

  • @MuhamadSyahReza
    @MuhamadSyahReza 4 роки тому +1

    System.ArgumentNullException: 'Value cannot be null.
    Parameter name: source'

    • @foxlearn
      @foxlearn  4 роки тому

      Please check your code again. i think you missing adding datasource

    • @МаксимИммис
      @МаксимИммис 4 роки тому

      Have you fixed that?

    • @MrRadarInfos
      @MrRadarInfos 4 роки тому

      @@МаксимИммис please i have the same error but i don't see the solution. Can someone hlep me? please?

    • @MrRadarInfos
      @MrRadarInfos 4 роки тому

      @@foxlearn please how to add datasource

    • @MrRadarInfos
      @MrRadarInfos 4 роки тому

      @@foxlearn i use the following code to populate my datagridview MySqlCommand sqlCommand = new MySqlCommand(query, db.conn);
      MySqlDataReader rd = sqlCommand.ExecuteReader();
      while (rd.Read())
      {
      //revenue = Convert.ToDouble()
      Revenue r = new Revenue();
      r.Year = Convert.ToInt32(rd["anneeAchat"].ToString());
      r.Month = Convert.ToInt32(rd["moisAchat"].ToString());
      r.Value = Convert.ToInt32(rd["profit"].ToString());
      revenueBindingSource.Add(r);
      revenueBindingSource.DataSource = r;
      }

  • @minedog4141
    @minedog4141 3 роки тому

    This music is so sad😂

  • @elhafiwalid1983
    @elhafiwalid1983 4 роки тому

    Can't find the right words, just thnx for All