XY Chart NET 3 Control Reference > Events > DrawGridLines Event |
[Visual Basic] Event DrawGridLines(gCanvas As System.Drawing.Graphics) |
[C#] DrawGridLines(System.Drawing.Graphics gCanvas) |
[C++] DrawGridLines(System::Drawing::Graphics gCanvas) |
' XYChartNETCtl1 is the name of the XY Chart NET control instance placed on the form. Private Sub XYChartNETCtl1_DrawGridLines(ByVal gCanvas As System.Drawing.Graphics) Handles XyChartNETCtl1.DrawGridLines gCanvas.DrawString("This is a test", New Font("Arial", 12), New SolidBrush(Color.White), 100, 100) End Sub