Types of bullets for line chart graphs

Namespace:  AmCharts.Windows.Stock
Assembly:  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 nameDescription
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

See Also