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


Fires just before the chart image is drawn. Use this event to customize the chart picture.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Fires just before the chart image is drawn. Use this event to customize the chart picture.")>
Public Event Customize() As CustomizeEventHandler
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim handler As CustomizeEventHandler
 
AddHandler instance.Customize, handler
C#  
[DescriptionAttribute("Fires just before the chart image is drawn. Use this event to customize the chart picture.")]
public event CustomizeEventHandler Customize()

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