Overload List

Adds the collection of objects that implement the IList interface.

public abstract Void Add(System.Collections.IList)

Adds the data set that implements the IDataReader interface.

public Void Add(System.Data.IDataReader)

Adds the DataTable.

public abstract Void Add(System.Data.DataTable)

Adds the DataView.

public abstract Void Add(System.Data.DataView)
public Int32 Add(System.DateTime, System.Nullable`1[System.Double])

Adds new point with specified DateTime x and Double y values.

public Int32 Add(System.DateTime, System.Double)

Adds new point with specified Double x and DateTime y values.

public Int32 Add(System.Double, System.DateTime)

Adds new point with specified DateTime x and DateTime y values.

public Int32 Add(System.DateTime, System.DateTime)
public Int32 Add(System.DateTime, System.Nullable`1[System.Double], System.Drawing.Color)

Adds new point with specified DateTime x, Double y values and Color.

public Int32 Add(System.DateTime, System.Double, System.Drawing.Color)
public Int32 Add(System.DateTime, System.Nullable`1[System.Double], System.String)

Adds new point with specified DateTime x, Double y values and Text.

public Int32 Add(System.DateTime, System.Double, System.String)

Adds a new null (transparent) point.

public Int32 Add()
public Int32 Add(System.Nullable`1[System.Int32])

Adds a new point with specified value.

public Int32 Add(System.Int32)
public Int32 Add(System.Nullable`1[System.Double])

Adds a new point with specified value.

public Int32 Add(System.Double)
public Int32 Add(System.Nullable`1[System.Int64])

Adds a new point with specified value.

public Int32 Add(System.Int64)

Adds a new point with specified value.

public Int32 Add(System.UInt64)

Adds the array of unsigned long values.

public Void Add(System.UInt64[])
public Void Add(System.Nullable`1[System.Int64][])

Adds the array of long values.

public Void Add(System.Int64[])
public Int32 Add(System.Nullable`1[System.Single])

Adds a new point with specified value.

public Int32 Add(System.Single)
public Int32 Add(System.Nullable`1[System.Double], System.String)

Adds a new point with specified value and text.

public Int32 Add(System.Double, System.String)
public Int32 Add(System.Nullable`1[System.Double], System.Nullable`1[System.Double])

Adds a new point with specified x and y values.

public abstract Int32 Add(System.Double, System.Double)

Adds the pair of floating point x- and y-pixel coordinates

public Int32 Add(System.Drawing.PointF)
public Int32 Add(System.Nullable`1[System.Double], System.Nullable`1[System.Double], System.String)

Adds a new point with specified x,y values and text.

public abstract Int32 Add(System.Double, System.Double, System.String)
public Int32 Add(System.Nullable`1[System.Double], System.Nullable`1[System.Double], System.String, System.Drawing.Color)

Adds a new point with specified x,y values, text and color.

public abstract Int32 Add(System.Double, System.Double, System.String, System.Drawing.Color)
public Int32 Add(System.DateTime, System.Nullable`1[System.Double], System.String, System.Drawing.Color)

Adds a new Datetime point to a Series, label and color.

public Int32 Add(System.DateTime, System.Double, System.String, System.Drawing.Color)
public Int32 Add(System.Nullable`1[System.Double], System.Nullable`1[System.Double], System.Drawing.Color)

Adds a new point with specified x and y values and color.

public Int32 Add(System.Double, System.Double, System.Drawing.Color)
public Int32 Add(System.Nullable`1[System.Double], System.String, System.Drawing.Color)

Adds a new point with specified value, text and color.

public abstract Int32 Add(System.Double, System.String, System.Drawing.Color)
public Int32 Add(System.Nullable`1[System.Double], System.Drawing.Color)

Adds a new point with specified value and color.

public Int32 Add(System.Double, System.Drawing.Color)

Adds a new null point with specified text.

public abstract Int32 Add(System.String)

Adds all points in source Series.

public Void Add(Steema.TeeChart.Styles.Series)

Adds generic type T.

public Void Add(T)

Adds the X and Y arrays, optionally appending the values to any existing ones.

public abstract Void Add(System.Array, System.Array, System.Boolean)

Adds an array of detail values.

public Int32 Add(System.String, System.Drawing.Color, System.Double[])

Adds the X and Y arrays.

public Void Add(System.Array, System.Array)
public Void Add(System.Nullable`1[System.Double][])

Adds the array of double values.

public Void Add(System.Double[])
public Void Add(System.Nullable`1[System.Single][])

Adds the array of float values.

public Void Add(System.Single[])
public Void Add(System.Nullable`1[System.Int32][])

Adds the array of integer values.

public Void Add(System.Int32[])

Adds a new point with specified value.

public Int32 Add(System.UInt32)

Adds the array of unsigned long values.

public Void Add(System.UInt32[])

Remarks


Use the Add method to add a new point or array to a Series.

See Also

Series Class | Series Members | Steema.TeeChart.Styles Namespace