With which tool can I collect the data while creating a chart on the form? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

With which tool can I collect the data while creating a chart on the form?

I have a windows form that I designed. In this form, the user is trying to calculate by entering some data. eg population data by years. I need to create a graphic on the form according to this entered data. I use devexpress chartcontrol for this. however, the user cannot always fill all of these textboxes. In such a case I also get an error. how should i go?

14th Dec 2020, 4:35 AM
Haktan Karaarslan
Haktan Karaarslan - avatar
1 Answer
0
That is up to you. You can use the events of the textbox (for example. textchange or leave). Make a submit button. Do what you think, your users expect.
14th Dec 2020, 12:58 PM
sneeze
sneeze - avatar