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


Enterprise Only Feature. Gets the annotation object.
Gets or sets the annotation the event is fired for.

Syntax

Visual Basic (Declaration)  
Public Annotation As Annotation
Visual Basic (Usage) Copy Code
Dim instance As AnnotationPositionChangingEventArgs
Dim value As Annotation
 
value = instance.Annotation
 
instance.Annotation = value
C#  
public Annotation Annotation

Return Value

The Annotation object.

Remarks

This property lets the developer set annotation properties during the AnnotationPositionChanging and AnnotationPositionChanged events of the Chart control.

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.