A
A
Alex Lezz2018-02-26 16:03:08
C++ / C#
Alex Lezz, 2018-02-26 16:03:08

How to create a histogram in C# windows forms so that the variables for plotting are taken from the MC SQL database?

The C# program takes data from the database and displays it, but I also need to make a histogram that will output the graph to the program. How to create a histogram in C# windows forms so that the variables for plotting are taken from the MC SQL Server database?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
#
#, 2018-02-26
@mindtester

break the problem into 2 parts:
- how to get data from MS SQL (if there is already an example

C# program takes data from the database and displays it
.. you can just copy it) .. or google to help ..
- how to display data on a histogram? - google to the rescue .. in particular for WinForms there is an out- of-the-box component and even a tutorial for it

D
Dmitry Eremin, 2018-02-26
@EreminD

Do you need a WinForms application only for data output? If so, can you get by with native SQL Server tools?
SSRS

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question