C# Tutorial - Live Charts | FoxLearn

C# Tutorial - Live Charts | FoxLearn

Fox Learn

7 лет назад

160,425 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Ducit1088
@Ducit1088 - 13.03.2022 11:21

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

Ответить
@billyoung7685
@billyoung7685 - 11.10.2020 21:27

When you are loading Form1.cs there are several lines that make no sense to me at all.
Is there a a description of what you are doing with each line?
I can't really use this if I don't understand all the parts of what I am doing.

Ответить
@naufalez
@naufalez - 12.06.2020 17:06

how to change bar chart to line chart?

Ответить
@hugopnabais
@hugopnabais - 24.01.2020 19:21

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 - 01.11.2019 17:18

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

Ответить
@realprof609
@realprof609 - 05.09.2019 02:28

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

Ответить
@realprof609
@realprof609 - 05.09.2019 01:32

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

Ответить
@ahsennoorsubhopoto7764
@ahsennoorsubhopoto7764 - 20.04.2019 17:53

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();

Ответить
@usama_ud_din9461
@usama_ud_din9461 - 08.04.2019 20:00

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

Ответить
@jimmydan8873
@jimmydan8873 - 15.03.2019 22:25

thank you very much very helpful and easy

Ответить
@toshiii8646
@toshiii8646 - 08.02.2019 11:05

You can also use this by having access database right?

Ответить
@fromtheotherlane369
@fromtheotherlane369 - 13.12.2018 04:13

Very helpful thank you!!!

Ответить
@AzizjanAyupov_leo
@AzizjanAyupov_leo - 06.08.2018 15:46

Thank you very much!

Ответить
@zerokom7632
@zerokom7632 - 07.06.2018 09:09

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

Ответить
@MASTER191285
@MASTER191285 - 07.05.2018 22:30

Thank you very much!

Ответить
@mandarndeshpande
@mandarndeshpande - 04.04.2018 05:33

Can you please email source code pls?

Ответить
@eurosoftechindia564
@eurosoftechindia564 - 25.01.2018 10:27

DataTable dtcombo = new DataTable();
dtcombo = objG.GraphReport();

var datas = dtcombo.AsEnumerable();
ColumnSeries col = new ColumnSeries() { DataLabels = true, Values = new ChartValues<int>(), LabelPoint = Point => Point.Y.ToString() };
Axis ax = new Axis() { Separator = new Separator() { Step = 1, IsEnabled = false } };
ax.Labels = new List<string>();

foreach (var x in datas)
{
col.Values.Add(x.particulars.ToString());
ax.Labels.Add(x.year.ToString());

}

please help iam using a datatable to bind the values to chart

these parts shows error ...system.data.datarow does not contain defenition......
col.Values.Add(x.particulars.ToString());
ax.Labels.Add(x.year.ToString());

how to solve

Ответить
@kidstvSalihTube
@kidstvSalihTube - 19.10.2017 21:18

😀😀😀😀😀
SUPER SUPER VIDEO
IS NICE TO MEET MY CHANNEL
😀😀😀😀😀😀😆😆😆😆😆

Ответить
@yogeshthreeke3690
@yogeshthreeke3690 - 13.10.2017 18:29

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

Ответить
@marwanechahoud7993
@marwanechahoud7993 - 09.08.2017 16:21

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

Ответить
@nachovidal9375
@nachovidal9375 - 23.06.2017 18:56

Why is everyone begging for Source Code ?

Ответить
@mthandazosikombo8895
@mthandazosikombo8895 - 12.06.2017 16:48

amazing!
can you please send me the source code:
[email protected]

Ответить
@akshayporwal9088
@akshayporwal9088 - 08.05.2017 14:29

Please can you send me source code :
[email protected]

Ответить
@joesmith1922
@joesmith1922 - 01.05.2017 03:52

Nice! Could you please send the source to me [email protected], thanks!

Ответить
@leandromoura8994
@leandromoura8994 - 18.04.2017 18:30

Amazing video!
May i have the source code ?
[email protected]

Ответить
@edgardorosario3947
@edgardorosario3947 - 04.04.2017 05:06

Can I have the code for this?, sent me to [email protected] please

Ответить
@PsykeBr
@PsykeBr - 30.03.2017 22:44

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

Ответить
@ramrokr
@ramrokr - 20.03.2017 18:35

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

Ответить
@dbzdress2252
@dbzdress2252 - 11.03.2017 12:00

Amazing video!
May i have the source code ?
[email protected]

Ответить
@ghodbaniyassine4617
@ghodbaniyassine4617 - 06.03.2017 13:49

Amazing video!
May i have the source code ?
[email protected]

Ответить
@Selyucida
@Selyucida - 24.02.2017 13:41

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

Ответить
@junchibin2949
@junchibin2949 - 16.02.2017 02:10

Thank you! May I have your source code?
[email protected]

Ответить
@demondazee
@demondazee - 15.02.2017 01:04

Thank you! can you send me the source code?
[email protected], thanks again!

Ответить