Represents possible balloon tip location settings
Namespace:
AmCharts.WindowsAssembly: AmCharts.Windows (in AmCharts.Windows.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public enum BalloonTipLocations |
| Visual Basic (Declaration) |
|---|
Public Enumeration BalloonTipLocations |
| Visual C++ |
|---|
public enum class BalloonTipLocations |
Members
| Member name | Description | |
|---|---|---|
| Auto |
Tip is positioned automatically based on balloon orientation and relative position
| |
| Top |
Tip should be at the top of balloon (looking up).
| |
| Bottom |
Tip should be at the bottom of balloon (looking down).
| |
| Left |
Tip should be at the left side of balloon (looking left).
| |
| Right |
Tip should be at the right side of balloon (looking right).
|