Gets or sets brush used to render text on event bullets. The default is Black. 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 EventBulletTextBrush { get; set; }
Visual Basic (Declaration)
Public Property EventBulletTextBrush As Brush
Visual C++
public:
property Brush^ EventBulletTextBrush {
	Brush^ get ();
	void set (Brush^ value);
}

See Also