Gets or sets the annotation position.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public AnnoPosition AnnoPosition { get; set; }
Visual Basic
Public Property AnnoPosition As AnnoPosition
	Get
	Set

Remarks

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

See Also