User-1169942342 posted
Dear all,
i want to rotate the font, may i know how to may it to 90' ?
Private g As Graphics
Dim width As Integer = 50
Dim height As Integer = 60
g.DrawString(p(i), New Font("Verdana", 12, FontStyle.Bold), Brushes.Black, xInterval * i + 50 + (width / 3), 500 - height - 25)