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