Gets or sets value specifying if the bullet should be placed on horizontal axis (true) or at specified position (false). The default is false. 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 bool EventBulletOnAxis { get; set; }
Visual Basic (Declaration)
Public Property EventBulletOnAxis As Boolean
Visual C++
public:
property bool EventBulletOnAxis {
	bool get ();
	void set (bool value);
}

See Also