In case you are using csv data type, you can set the number of rows which should be skipped here

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int CSVSkipRows { get; set; }
Visual Basic (Declaration)
Public Property CSVSkipRows As Integer
Visual C++
public:
property int CSVSkipRows {
	int get ();
	void set (int value);
}

See Also