Adds a new point with specified value and text.
public Int32 Add(Double value,
String text)
Use this method to add/append an array of integers to your Series. The array contains the Y values, X values are incremented automatically.

Example
private void button1_Click(object sender, System.EventArgs e)  
{  
int[] myVals = new int[5] {1, 2, 3, 4, 5};  

line1.Add(myVals);  
}

See Also

Add Overload List | Series Class | Series Members | Steema.TeeChart.Styles Namespace