Skip to main content

SeriesPointCollection.AddGanttPoint(DateTime, DateTime, DateTime) Method

Adds a point with the specified argument and values required to plot a series with a Gantt series view.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public int AddGanttPoint(
    DateTime argument,
    DateTime value1,
    DateTime value2
)

Parameters

Name Type Description
argument DateTime

The argument of the newly added series point.

value1 DateTime

The first value of the newly added series point.

value2 DateTime

The second value of the newly added series point.

Returns

Type Description
Int32

The position at which the new element was inserted.

See Also