Gets or sets the quantity values to consider when leveling resources, indicating maximum amounts of materials available for use at the same time.

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

Syntax

C#
public IDictionary<string, double> ResourceQuantities { get; set; }
Visual Basic (Declaration)
Public Property ResourceQuantities As IDictionary(Of String, Double)

Implements

IGanttChartView..::.ResourceQuantities

See Also