Click here to Skip to main content
15,886,258 members

Comments by PaulaJoannAllen (Top 44 by date)

PaulaJoannAllen 24-Aug-23 7:29am View    
It worked
PaulaJoannAllen 24-Aug-23 7:19am View    
I just tried it and had no results; I know I am making some simple mistake.
PaulaJoannAllen 21-Aug-23 19:11pm View    
Sorry if my question was incomplete in its description. I have a routine for finding the empty row, which returns an int with the row number. I want to use that emptyRow value to create a range of the whole row and then delete the row so I can insert a row at the proper place.
PaulaJoannAllen 13-Aug-23 21:26pm View    
strMonth is the data I am trying to pass to the xAxis and I thought chartTotals.Series[0].AxisLabel = strMonth; was doing that but I thought wrong. I haven't worked on the bar part yet as I can't get the xAxis part to work.
PaulaJoannAllen 13-Aug-23 21:18pm View    
I am loading the data from Excel into the datagridview control then I want to plot the data contained in that control to the Chart control located in the toolbox in visual studio. I have placed the Chart control on my form and named it chartTotals. The datagridview part works fine but I can't seem to get the chart control part to work.