Gets or sets the annotation position.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public AnnoPosition AnnoPosition { get; set; }
Visual Basic
Public Property AnnoPosition As AnnoPosition
	Get
	Set
XAML Attribute Usage
<object AnnoPosition="AnnoPosition" .../>

Remarks

The position is relative to the value on the axis which corresponds to the axis annotation.

See Also