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.ControlsAssembly: 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.