Gets or sets the cost per hour of this ScheduleChartViewItem.
The resource cost per hour is applied when computing a task cost, proportionally for each assignment, considering the task duration and the assigned allocation units.
This is a dependency property.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public double CostPerHour { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property CostPerHour As Double |