Search Results for: finish

Initializing JavaScript GanttChartView component items with start and effort (rather than finish)

If you have tried GanttChartView from Gantt Chart Hyper Library you have probably seen that our component requires initializing items using start and finish date values. (This is in attempt to ensure things are as optimized as possible by default, … Continue reading

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

Default component settings change

A note for developers: GanttChartView and other components from both Gantt Chart Hyper Library and Gantt Chart Web Library change the way they look if you rely on default settings for their appearance (once you update to the new builds … Continue reading

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

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

Exporting JavaScript-based Gantt chart content as SVG and PNG

All JavaScript-based components from Gantt Chart Hyper Library (and, through their client counterparts, as well those .NET 4 and .NET Core/5-based ones from Gantt Chart Web Library) allow you to either print or export content. Printing actually uses content exporting … Continue reading

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

Formatting dates on custom date columns with Gantt Chart Hyper Library

If you try to combine our Custom columns sample app for Gantt Chart Hyper Library – specifically, the baseline start and finish columns –  with Custom date formatters (or you simply want to define custom date-time fields on your items … Continue reading

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

FAQ: Handling mouse events in our ASP .NET WebForms based Gantt Charts

Let’s assume you have a ScheduleChartView (or a more simple GanttChartView, of course) defined on server side in your ASP .NET WebForms app, and you’d want to handle mouse click events on the Gantt Chart bars that are displayed in … Continue reading

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

FAQ: Weeks starting on Monday (or Saturday) in our WPF Gantt Charts

With GanttChartDataGrid, ScheduleChartDataGrid and other timeline-based components from DlhSoft Gantt Chart Light Library you, as a developer, can easily configure custom working (and therefore also nonworking) time, including by setting the limits of the week, e.g. WorkingWeekStart = Monday, and WorkingWeekFinish … Continue reading

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

DlhSoft Angular Directives

As previously announced, we’ve just released a set of AngularJS directives that allow developers to easily include DlhSoft Gantt Chart Hyper Library components into Angular applications: index.html: <script src=”scripts/angular.js”></script><script src=”DlhSoft.ProjectData.GanttChart.HTML.Controls.js”></script><script src=”DlhSoft.ProjectData.GanttChart.Angular.Directives.js”></script><script src=”app.js”></script> […] <body ng-app=”GanttChartViewSample” ng-controller=”MainController”>    […]    <ds:gantt-chart id=”ganttChartView”                    items=”items” … Continue reading

Posted in Development Components | Tagged , | Leave a comment

Updated date picker component for HTML5 and JavaScript

As you probably know, our GanttChartView component for HTML5 and JavaScript® allows end users to select Start and Finish dates for tasks using a built in DatePicker control (that you can also use separately, if you have a Gantt Chart … Continue reading

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

Miscellaneous component improvements: costs, resource quantities, individual task scheduling, task parts

Mostly based on actual customer feedback and survey answers, we have recently added several important improvements to the most downloaded DlhSoft products. An overview and API details regarding each of the changes, grouped by product, are listed below: Gantt Chart … Continue reading

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