C-DEngine 5.105

TheChartValueDefinition..::..Label Property

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

Syntax


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