Fires when chart element backround must be drawn. This event is fired for elements like: ChatPicture, ChartArea and Legend
Syntax
Visual Basic (Declaration) |
|
<DescriptionAttribute("Fires when chart element backround must be drawn. This event is fired for elements like: ChatPicture, ChartArea and Legend.")>
Protected Overridable Sub OnBackPaint( _
ByVal caller As Object, _
ByVal e As ChartPaintEventArgs _
) |
Parameters
- caller
- Event caller. Can be ChatPicture, ChartArea or Legend objects.
- e
- Event arguments.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also