Skip to main content

SeriesPointCollection.AddGanttPoint Method

Name Parameters Description
AddGanttPoint(DateTime, DateTime, DateTime) argument, value1, value2 Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(DateTime, TimeSpan, TimeSpan) argument, value1, value2 Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(Double, DateTime, DateTime) argument, value1, value2 Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(Double, TimeSpan, TimeSpan) argument, value1, value2 Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(String, DateTime, DateTime) argument, value1, value2 Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(String, TimeSpan, TimeSpan) argument, value1, value2 Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(TimeSpan, DateTime, DateTime) argument, value1, value2 Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(TimeSpan, TimeSpan, TimeSpan) argument, value1, value2 Adds a point with the specified argument and values required to plot a series with a Gantt series view.