Specifies point at which balloon should be displayed This is a dependency property.

Namespace:  AmCharts.Windows
Assembly:  AmCharts.Windows (in AmCharts.Windows.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Point Position { get; set; }
Visual Basic (Declaration)
Public Property Position As Point
Visual C++
public:
property Point Position {
	Point get ();
	void set (Point value);
}

See Also