Dundas.SharePoint.Charting.WebParts Send comments on this topic.
OnBackPaint Method
See Also 
Dundas.Charting.WebControl Namespace > Chart Class : OnBackPaint Method


caller
Event caller. Can be ChatPicture, ChartArea or Legend objects.
e
Event arguments.
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 _
) 
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim caller As Object
Dim e As ChartPaintEventArgs
 
instance.OnBackPaint(caller, e)
C#  
[DescriptionAttribute("Fires when chart element backround must be drawn. This event is fired for elements like: ChatPicture, ChartArea and Legend.")]
protected virtual void OnBackPaint( 
   object caller,
   ChartPaintEventArgs e
)

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