ExpertComponents WebChart
XAxisLabelsColumn Property
Namespaces > ExpertChart > Labels > XAxisLabelsColumn
Column index (0-based) for the X axis labels. Use this to override the default labels. By default, the first column in the DataSource is used for the X Axis Labels.
Syntax
C#Visual BasicManaged C++
public int XAxisLabelsColumn { get; set; }
Public Property XAxisLabelsColumn As Integer
public:
int XAxisLabelsColumn {
	int get ();
	void set (int value);
}

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