XY Chart NET 3 Control Reference
DrawProfilesDone Event
This event is generated after the last profile is drawn.  Use this event to overlay a graphic once the profiles are drawn.
Syntax
[Visual Basic]
Event DrawProfilesDone(gCanvas As System.Drawing.Graphics)
[C#]
DrawProfilesDone(System.Drawing.Graphics gCanvas)
[C++]
DrawProfilesDone(System::Drawing::Graphics gCanvas)
       
Example
' 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
                       
                       
See Also

 

 


© 2003 - 2013 ControlEng Corporation. All rights reserved.