public Int32 Add(Double value,Use this method to add/append an array of integers to your Series. The array contains the Y values, X values are incremented automatically.
String text)
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