Types of bullets for line chart graphs
Namespace:
AmCharts.Windows.StockAssembly: AmCharts.Windows.Stock (in AmCharts.Windows.Stock.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
| C# |
|---|
public enum GraphBulletType |
| Visual Basic (Declaration) |
|---|
Public Enumeration GraphBulletType |
| Visual C++ |
|---|
public enum class GraphBulletType |
Members
| Member name | Description | |
|---|---|---|
| None |
No bullet
| |
| Square |
Square filled bullet
| |
| Round |
Round filled bullet
| |
| SquareOutlined |
Square filled bullet with transparent outline
| |
| RoundOutlined |
Round filled bullet with transparent outline
| |
| SquareOutline |
Square transparent bullet with opaque outline
| |
| RoundOutline |
Round transparent bullet with opaque outline
|