Search Results for: objects

Displaying and creating Schedule chart dependencies with Gantt Chart Light Library components

We’ve just updated the Schedule chart components (ScheduleChartView and ScheduleChartDataGrid) from Gantt Chart Light Library, adding support for showing and creating dependency lines between chart bars: To display the dependencies, simply ensure you add PredecessorItem objects into the successors’ Predecessors … Continue reading

Posted in Development Components | Tagged , , , | Leave a comment

Customizing Project XML serialization with Gantt Chart Light Library

If you use a GanttChartDataGrid component and you use objects inheriting from the default GanttChartItem class to provide CustomField properties of your own (possibly showing them as well into the grid’s Columns) you may want to export/import the custom field … Continue reading

Posted in Development Components | Tagged , , , , , | Leave a comment

PHP integration sample for our JavaScript based Gantt Chart

We’ve added a new sample app showing the basics on how one can use the JavaScript GanttChartView component from Gantt Chart Hyper Library in PHP. See its full source code on GitHub. Basically, we’ve simulated having some timeline objects (task items) read from a database on … Continue reading

Posted in Development Components | Tagged , | Leave a comment

Organizational Chart for WPF

If you looked at our Hierarchical Data Light Library before you noticed that it included a DataTreeGrid WPF control that combines DataGrid and TreeView built-in components of .NET Framework. Moreover, the data hierarchy doesn’t require you to define a tree of objects … Continue reading

Posted in Development Components | Tagged , , , | Leave a comment

Converting Items collections with WPF, Silverlight™ or WinRT: deep, two-way syncing

Assuming that you use (or develop) a component that has a strongly typed Items collection, such as an ObservableCollection<ComponentItem> where ComponentItem class is also provided by the library, you (or your customers) may need a way to sync other types … Continue reading

Posted in Miscellaneous, Software Development | Tagged , , , , , , , , , , , | Leave a comment

PERT Chart

The new versions 4.2 of Gantt Chart Light Library for Silverlight™/WPF 4 and 4.1 of Project Management Library for WPF 4 include a new control: PertChartView (within the new DlhSoft.ProjectData.PertChart.LightWPF.Controls assembly). PertChartView control may be used to display a simple … Continue reading

Posted in Development Components | Tagged , , , , , | Leave a comment