Initializes a new instance of the ScheduleChartViewAllocationUpdateScale class.

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

Syntax

C#
public ScheduleChartViewAllocationUpdateScale(
	AllocationUpdateScaleSeparatorProvider separatorProvider
)
Visual Basic (Declaration)
Public Sub New ( _
	separatorProvider As AllocationUpdateScaleSeparatorProvider _
)

Parameters

separatorProvider
Type: DlhSoft.Windows.Controls..::.AllocationUpdateScaleSeparatorProvider
The allocation update scale separator provider used to determine the units value to be used instead a specified units value.

See Also