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


Gets or sets the annotation's size.

Syntax

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

Remarks

If the size is not specified, it is determined by DynamicSize and the size of the specified text.

See Also