Gets or sets Brush used as fill for event bullets when mouse is over them. The default is #CC0000. 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 Brush EventBulletHoverFill { get; set; }
Visual Basic (Declaration)
Public Property EventBulletHoverFill As Brush
Visual C++
public:
property Brush^ EventBulletHoverFill {
	Brush^ get ();
	void set (Brush^ value);
}

See Also