Overload List

public override Void Add(System.Collections.IList)
public override Void Add(System.Data.DataView)
public Int32 Add(System.DateTime, System.DateTime, System.Double, System.String)
public Int32 Add(System.DateTime, System.DateTime, System.Double, System.String, System.Drawing.Color)
public Int32 Add(System.DateTime, System.DateTime, System.Double, System.Drawing.Color)

Adds a new Gantt bar with start and end coordinates and color.

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

Adds a new Gantt bar with start and end coordinates to the Series.

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

Adds a new Gantt bar with start and end coordinates and label.

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

Adds a new Gantt bar with start and end coordinates, label and color.

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

Remarks


Adds a new Gantt bar.

See Also

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