Overload List

Adds the X, Y and Z arrays.

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

Adds the X, Y and Z arrays.

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

Adds a new point to a 3D Series.

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

Adds a new point to a 3D Series and color.

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

Adds a new point to a 3D Series and label.

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

Adds a new point to a 3D Series, label and color.

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

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

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

Adds the DataView to the 3D Series.

public override Void Add(System.Data.DataView)

Remarks


Adds a new point to a 3D Series.

See Also

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