Gets or sets the time interval that should be used for rounding the timing property values when drag and drop operations are used to modify task items in the chart (by default 15 minutes). 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 TimeSpan UpdateScaleInterval { get; set; }
Visual Basic (Declaration)
Public Property UpdateScaleInterval As TimeSpan

Implements

IGanttChartView..::.UpdateScaleInterval

See Also