MindFusion.Wpf Pack Programmer's Guide
Resource Chart

The ResourceChart displays the resources in a project and their allocation amongst different activities (tasks). The control is split in two major parts - data grid to the left and schedule subview to the right. Both of them display the same items only in different ways. The grid to the left display the resource properties. The view to the right displays the allocations of the resource. Each resource is displayed in its own row and may have more than one allocation. If a resource is allocated to different activities during the same period of time, the allocations are said to collide and they are displayed one on top of the other. The allocations in the ResourceChart can be modified interactively by dragging them around in the schedule view. The resources can be modified by adjusting their properties in the data grid to the left. For more information about item interactions check the User Interaction topic.

A simple ResourceChart is illustrated below:

To associated data with the ResourceChart, use the CreateViewModel method. For more information regarding this, check the Project topic.