Overload List
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 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 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 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[])
Adds the collection of objects that implement the IList interface.
public Void Add(System.Collections.IList)
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 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)
See Also
Series Class | Series Members | Steema.TeeChart.Styles Namespace