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


Gets or sets the annotation's orientation around it's Position and draws a spike to it.

Syntax

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

Example

Remarks

If orientation is set to Bottom or Right, BottomRight will be selected. If orientation is set to Top or Left, TopLeft will be selected. If the annotation is added to the Chart.Annotations collection, the default is BottomRight but no spike is drawn.

See Also

© 2010 All Rights Reserved.