C-DEngine 5.105

nmiCtrlBarChart..::..LabelColor Property

Sets the color of the small number label in the BarChart

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string LabelColor { get; set; }
Public Property LabelColor As String
	Get
	Set
public:
property String^ LabelColor {
	String^ get ();
	void set (String^ value);
}