Gets or sets the maximum units value to be used for computed bar heights when displaying allocation items within the chart (by default 1.5, i.e. 150%). This is a dependency property.

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

Syntax

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

Implements

ILoadChartView..::.MaxDisplayedUnits

See Also