GanttCurrentTimeMarkerSettingsBuilder
Methods
UpdateInterval(System.Double)
The update interval of the "current time" marker, in milliseconds.
Parameters
value - System.Double
The value that configures the updateinterval.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.CurrentTimeMarker(c => c.UpdateInterval(3000))
)