|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Graphing Mean, Std Dev in VB with MSChart
I'm currently working on a project where I graph a set of data in bar graph form. I need to include a vertical line that marks the Mean of the data, along with two vertical lines that mark the Std Dev of the data. I'm assuming MSChart has functions built in it to do such things, but am not familiar with them. Any suggestions would be great, thanks.....
|
|
#2
|
|||
|
|||
|
One option is to calculate the data inside of function and just plot the points. Another option is to use to create such a graph, save the graph then import the graph. Much more work but saves you from having to look up functions you may not be familiar with.
__________________
El éxito consiste en una serie de pequeñas victorias día a día MySQL, MS SQL, MS ACCESS, Oracle Database Manager - http://victorpendleton.net/products/psdviewer.html |
|
#3
|
|||
|
|||
|
Thanks for the reply, that is a good idea. Does anyone know how to just plot a point though on a bar graph as opposed to a whole bar? See I'm already plotting two arrays of data on the bar graph, so if I plotted a bar that represented the Mean it might get confused with just a data entry. If I could figure out how to plot just points along with the bars, then I'd be golden. Thanks....
|
|
#4
|
|||
|
|||
|
Normal distribution in MSChart
I'm working on a project where I need to graph a series of data that forms the normal curve in bar graph form, and then also have a bell-shaped line displaying the normal shape of the graph. I got the bars to graph fine, but I see no way of getting the normal curve in there. I tried using a line graph but that is jagged and there's no real way to make it accurate.
There are some statistics controls within MSChart but they are locked for some reason, I can't figure out how to unlock them. If anyone has any knowledge in any of these areas it would really help a lot. Thanks a bunch..... |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Graphing Mean, Std Dev in VB with MSChart |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|