Dundas Chart for Windows Forms
AnnotationTextChanged Event
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Chart Class : AnnotationTextChanged Event


Enterprise Only Feature. Occurs when the text of an annotation is changed.
Fires when annotation text was changed.

Syntax

Visual Basic (Declaration)  
Public Event AnnotationTextChanged() As Chart.AnnotationTextChangedEventHandler
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim handler As Chart.AnnotationTextChangedEventHandler
 
AddHandler instance.AnnotationTextChanged, handler
C#  
public event Chart.AnnotationTextChangedEventHandler AnnotationTextChanged()

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

© 2009 All Rights Reserved.