รายละเอียดของการตอบ ::
Dim sql As String = "SELECT * FROM typ_product"
Dim DA As New MySqlDataAdapter(sql, MOCONN)
DA.Fill(DS, "typ_product")
Chart1.DataSource = DS.Tables("typ_product")
Chart1.Series("Series1").XValueMember = "typ_name"
Chart1.Series("Series1").YValueMembers = "temp"
อันนี้อะครับโค๊ดที่ใช้ ลองเอาไปลองเปลี่ยนดูครับ