Holds custom chart's event bullets (not associated with any data set)

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 ObservableCollection<EventBullet> EventBullets { get; }
Visual Basic (Declaration)
Public ReadOnly Property EventBullets As ObservableCollection(Of EventBullet)
Visual C++
public:
property ObservableCollection<EventBullet^>^ EventBullets {
	ObservableCollection<EventBullet^>^ get ();
}

See Also