Initializes a new instance of the GanttChartViewVerticalBarProvider class.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
public GanttChartViewVerticalBarProvider(
	VerticalBarSeparatorProvider separatorProvider
)
Visual Basic (Declaration)
Public Sub New ( _
	separatorProvider As VerticalBarSeparatorProvider _
)

Parameters

separatorProvider
Type: DlhSoft.Windows.Controls..::.VerticalBarSeparatorProvider
The vertical bar separator provider used to determine the vertical bar separator date and times and vertical bar information between two specified date and time values.

See Also