Click here to Skip to main content
15,902,189 members

Comments by Member 15021328 (Top 7 by date)

Member 15021328 6-Nov-21 2:40am View    
series are generating but couldnt bind data to series. how to bind data of from all 7 columns to a series?
Member 15021328 29-Oct-21 3:49am View    
thank you.. i have tried adding series like this
Series series = new Series(list.key) { ChartType = SeriesChartType.Line, BorderWidth = 2, MarkerSize = 5, MarkerStyle = MarkerStyle.Square };
chart1.Series.Add(list.key);
but even though i am getting only one line.
Member 15021328 13-Oct-21 1:18am View    
i will try make it clear
(gdb) hardware watchpoint2: b
old value = 0
new value = 25
main() at work.code/.c
20 b = a && c
this is the watchtext content displayed in the richtextbox obtained when debugged by gdb debugger with watch command. so whenever i give watch for a variable on the flowchart interface debugger provides this watchtext whenver that variable appears through out the program.
then i have to plot the values of that variable in a graph at every instant and also in through out the program collecting all the values. so each time for stepin command i collect all the text from richtextbox and search for the strings with keyword{old,new} extract those two strings and plot the graph in another form placing values on y axis.
Member 15021328 10-Oct-21 2:15am View    
Deleted
please show detailed code on both form and usercontrol to pass a string from form to usercontrol
Member 15021328 10-Oct-21 2:15am View    
please show detailed code on both form and usercontrol to pass a string from form to usercontrol