plot graphs
plot graphs
ENG1905413
INDUSTRIAL ENGINEERING
.MarkerStyle = DataVisualization.Charting.MarkerStyle.Square
.MarkerSize = 1
.Points.AddXY(XW(I), BM(I))
End With
Next I
TextBox1.Text = BMAX
TextBox2.Text = BMIN
End Sub