Overload List

Adds the collection of objects that implement the IList interface.

public abstract Void Add(System.Collections.IList)

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)

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

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

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()

Adds a new point with specified value.

public Int32 Add(System.Int32)

Adds a new point with specified value.

public Int32 Add(System.Double)

Adds a new point with specified value.

public Int32 Add(System.Int64)

Adds the array of long values.

public Void Add(System.Int64[])

Adds a new point with specified value.

public Int32 Add(System.Single)

Adds a new point with specified value and text.

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

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)

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

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

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)

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

public Int32 Add(System.DateTime, System.Double, System.String, 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)

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

public abstract Int32 Add(System.Double, System.String, 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 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)

Adds the array of double values.

public Void Add(System.Double[])

Adds the array of float values.

public Void Add(System.Single[])

Adds the array of integer values.

public Void Add(System.Int32[])

See Also

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