.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Annotation Class : Orientation Property
Orientation Property (Annotation)
Gets or sets the annotation's orientation around it's Position and draws a spike to it.
Syntax
'Declaration
 
Public Shadows Property Orientation As Orientation
'Usage
 
Dim instance As Annotation
Dim value As Orientation
 
instance.Orientation = value
 
value = instance.Orientation
public new Orientation Orientation {get; set;}
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.
Example
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also