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

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