Gets or sets the width of one hour of the timeline of the chart (controlling the horizontal zoom of the chart content). 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 HourWidth { get; set; }
Visual Basic (Declaration)
Public Property HourWidth As Double

Implements

IGanttChartView..::.HourWidth

See Also