Visual Basic (Declaration) | |
---|---|
Public Property Orientation As Orientation |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Orientation Orientation {get; set;} |
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.