Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

Tagged with
-1 votes
1 answer
156 views

WPF - Assign a command to a control's event

I've a Telerik.RadGanttView component that implements some custom behavior, namely being able to adjust the zoom level of the timeline by using the scrollwheel over said timeline. This is done in the ...
Nougat's user avatar
  • 67
-1 votes
1 answer
68 views

Regular spacing of data depending on a number

Im trying to create a Gantt Chart depending on the earliest date and latest date of these: workpackages[0] = new WorkPackage("Package 1", new DateTime(2021, 1, 1), new DateTime(2021, 1, 2)); ...
user avatar
-1 votes
1 answer
114 views

Placing Rectangle with earliest startdate on first spot (Gantt Chart)

In my program i have 4 "workPackages" with different start and enddates, this looks like this: WorkPackage[] workpackages = new WorkPackage[4]; workpackages[0] = new WorkPackage("...
Connor's user avatar
  • 3
1 vote
1 answer
114 views

MS Gantt Chart 2 Axis

I had Gantt chart like this. I'd like to show AxisX2 with value is percentage that I prepared formula for it. I had challenges to show AxisX2 and set series for it. Here is the Gantt chart I captured ...
Parabol's user avatar
  • 73
-2 votes
1 answer
440 views

What are the technologies I need to know to create Gantt chart? [closed]

I want to create my own Gantt chart using C# & ASP .net MVC So I need to know what are other technologies required for this task.
Yogesh Dhuke's user avatar
-2 votes
1 answer
139 views

How to add background color for a multiple series of data in Gantt Chart

how to add background color for each series in highcharts {edited image with paint}
David Lee's user avatar
0 votes
1 answer
450 views

Nullable object must have a value C# Syncfusion

I'm getting this error while trying to implement Gantt chart on asp .net. I have already added my method and it's running in debugging mode and also not giving any information. This is my code-...
Chris's user avatar
  • 1
0 votes
0 answers
49 views

Linking two UserControls with DependencyProperties (Grafical Editor)

I'm trying to implement dependencies between UserControls (orange) in my application. They should be able to start/stop together or start/stop from/to a pre-definied time/position. I have two ...
jan97con's user avatar
0 votes
1 answer
279 views

Loop on each item of a dataRow and group them by a primary key column

I am returning a dataRow from SQL server that contains appointments: Subject, Starting date, Ending date and Channel id. I need to loop on each item of the dataRow to be able to group the items of a ...
MRDRAG's user avatar
  • 65
0 votes
0 answers
377 views

Gantt chart data visualization

I have a c# windows form application that controls the data in a MySQL database. This is the back end but I would like to display the DB info on a Gantt chart that will be displayed for the employees ...
Christian Verner's user avatar
0 votes
0 answers
3k views

dynamic gantt chart/view with respective date and time in WPF, C#

i'm new to WPF, I'm going to implement Gantt Chart view with respective date and Time When i tried i can able to plot Gantt-view but not with respective date and Time, can any one help me out from ...
lifeistoprogram's user avatar
0 votes
0 answers
27 views

Positioning a Button over more than a single cell in Gridview

I am drawing a schedule Gantt where a task can start from 10.25 AM until 11.15 AM whereas my grid is in an hourly format. I am using a c# gridview by setting a Datatable as a source which has each ...
Varun Sharma's user avatar
0 votes
1 answer
89 views

Week seems to start on saturday in ActiveGantt

I am hoping to find a solution here, since the creator of ActiveGantt seems to have closed its doors. ActiveGantt itself is a specialised library which provides a gantt-chart for using with c#, vb# ...
Charon's user avatar
  • 11
2 votes
1 answer
2k views

How To Place Multiple Gantt Chart Bars On Same Row?

I currently have a gantt chart that displays dates of work requests. I've been asked to modify the gantt chart to only display the days work will be performed. For example, WR #1 begins 2/8/2016 and ...
user2097314's user avatar
1 vote
2 answers
508 views

Telerik WPF RadGanttView sections width

I need to stretch a diagram and a grid in Telerik WPF RadGanttView control for the full windows width. But the diagram width stays 336 units anyway and 105 units for the grid. No property affects it. ...
user3536113's user avatar

15 30 50 per page