dotnetCHARTING Send comments on this topic.
Annotation Property
See Also 
dotnetCHARTING.Mapping Namespace > Shape Class : Annotation Property


Gets or sets an annotation for this shape.

Syntax

Visual Basic (Declaration) 
Public Property Annotation As Annotation
Visual Basic (Usage)Copy Code
Dim instance As Shape
Dim value As Annotation
 
instance.Annotation = value
 
value = instance.Annotation
C# 
public Annotation Annotation {get; set;}

See Also

© 2010 All Rights Reserved.