Gets or sets type of event bullets. The default is Sign. This is a dependency property.

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 EventBulletType EventBulletType { get; set; }
Visual Basic (Declaration)
Public Property EventBulletType As EventBulletType
Visual C++
public:
property EventBulletType EventBulletType {
	EventBulletType get ();
	void set (EventBulletType value);
}

See Also