Gets or sets desired balloon tip orientation
This is a dependency property.
Namespace:
AmCharts.WindowsAssembly: AmCharts.Windows (in AmCharts.Windows.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Orientation TipOrientation { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property TipOrientation As Orientation |
| Visual C++ |
|---|
public: property Orientation TipOrientation { Orientation get (); void set (Orientation value); } |