ExpertComponents WebChart
Label Property
Namespaces > ExpertChart > LabelItem > Label
Gets or sets the label encapsulated by the LabelItem object.
Syntax
C#Visual BasicManaged C++
public string Label { get; set; }
Public Property Label As String
public:
String^ Label {
	String^ get ();
	void set (String^ value);
}
Value
The text of the label

Assembly: ExpertComponents.WebChart Version: 2.1.0.18844 (Module: ExpertComponents.WebChart)