Gets or sets a value that indicates the maximum quantity displayed as 100% height in the Load Chart when using GetLoadChartItems(IEnumerable<(Of <(String>)>)) method.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

C#
public double MaxLoadChartDisplayedResourceQuantity { get; set; }
Visual Basic (Declaration)
Public Property MaxLoadChartDisplayedResourceQuantity As Double

See Also