Represents a method that returns a units value representing the replacemenent for a specified units value to be used by a ScheduleChartViewAllocationUpdateScale.

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

Syntax

C#
public delegate double AllocationUpdateScaleSeparatorProvider(
	double units
)
Visual Basic (Declaration)
Public Delegate Function AllocationUpdateScaleSeparatorProvider ( _
	units As Double _
) As Double

Parameters

units
Type: System..::.Double
The units value to return the replacement value for.

Return Value

The units value representing the replacemenent value for the specified units value to be used by a ScheduleChartViewAllocationUpdateScale.

See Also