Quantcast
Channel: chart – DlhSoft Team's Blog
Viewing all articles
Browse latest Browse all 41

Auto-scheduling tasks

$
0
0

As you probably know, DlhSoft offers multiple Gantt Chart component libraries, targeting several platforms: WPF, Silverlight™, Windows® Forms, ASP .NET or HTML5 and JavaScript®.

All these products have some sort of auto-scheduling feature for task items inside a Gantt Chart view, so that dependencies trigger timing updates when necessary. For example, if Task B depends on Task A (having a predecessor item indicating a standard finish-to-start dependency type between the items), whenever Task A is moved to the future, Task B can also be moved to the future accordingly:

image

The auto-scheduling behavior is enabled by default when using one of these components:

However, you will need to enable the auto-scheduling behavior (being turned off by default in order to improve performance for simple cases) by setting AreTaskDependencyConstraintsEnabled property or setting field to true when using the other components:



Viewing all articles
Browse latest Browse all 41

Trending Articles