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


Gets or sets a value that indicates whether a golden rectangle is maintained as the shape of this annotation.

Syntax

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

Example

Remarks

If false, the shape will be determined by the text and will be drawn on a single line unless Size is specified.

See Also

© 2010 All Rights Reserved.