Back to Devexpress

SeriesPointCollection.AddGanttPoint Method

corelibraries-devexpress-dot-xtracharts-dot-seriespointcollection-dot-addganttpoint.md

latest8.9 KB
Original Source

SeriesPointCollection.AddGanttPoint Method

NameParametersDescription
AddGanttPoint(DateOnly, DateOnly, DateOnly)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(DateOnly, DateTime, DateTime)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(DateOnly, TimeOnly, TimeOnly)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(DateOnly, TimeSpan, TimeSpan)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(DateTime, DateTime, DateTime)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(DateTime, TimeOnly, TimeOnly)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(DateTime, TimeSpan, TimeSpan)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(Double, DateOnly, DateOnly)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(Double, DateTime, DateTime)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(Double, TimeOnly, TimeOnly)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(Double, TimeSpan, TimeSpan)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(String, DateOnly, DateOnly)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(String, DateTime, DateTime)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(String, TimeOnly, TimeOnly)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(String, TimeSpan, TimeSpan)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(TimeOnly, DateOnly, DateOnly)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(TimeOnly, DateTime, DateTime)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(TimeOnly, TimeOnly, TimeOnly)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(TimeOnly, TimeSpan, TimeSpan)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(TimeSpan, DateOnly, DateOnly)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(TimeSpan, DateTime, DateTime)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a Gantt series view.
AddGanttPoint(TimeSpan, TimeSpan, TimeSpan)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a Gantt series view.