MS Project Gantt chart control usage in C#
Hi, Has anybody used the MS Project Gantt chart control in C#? If yes, can you share some resources regarding this? Many thanks, Dragos ...
Hi, Has anybody used the MS Project Gantt chart control in C#? If yes, can you share some resources regarding this? Many thanks, Dragos ...
Hi, I loaded a custom DataTable into an UltraChart of type GanttChart. The data loads succesfully. Do you know if it possible to add support for mouse resize(drag) to the tasks that show up into the chart? I have not been able to figure out if this is supported by the Infragistics control. Thank you in advance for your answers. Dragos...
Are there LaTeX packages for (more or less) easily drawing Gantt diagrams? Thanks. ...
I need a Project management tool that works in Linux, and has Gantt charts. It doesn't have to be free, just not expensive. I don't care how it stores the information I give it, as long as I can access it. I must be able to print the Gantt charts. Must work in Linux. With those requirements, what can you recommend? TheObserver asked...
We are evaluating options for a Gantt chart control (on Windows Forms) as opposed developing one on our own. What are the various Gantt Chart controls you have had experience with? Pros and cons? Is it a viable idea to develop such a control from scratch (given that the control is not the primary product in this case)? Update: Just bri...
The control needs to behave like a Spider/Gantt control, but with a small difference, i need vertical lines on the x axis. ...
Not animated of course, but good for displaying data visually such as Gantt chart etc. ...
Has anyone used plexityhide's GTP.NET for asp.net 3.5 as im trying to colour the individual cells based on a var that im getting from a linq query as follows PilotDataContext pilot = new PilotDataContext(); var schedule = from x in pilot.slot_tbl_Schedules select x; foreach (var s in schedule) { if (s.AppointmentType == "Repair") ...
I want to develop my GWT Widget. This widget draws Gantt chart and has drag - drop property. It will be simple form of Deskera Where can I start to develop this widget? Any advice? ...
We want to keep an online gantt chart for all developers, so we can view task load. ...
Hello I wonder how to create Gantt Chart view or (Matrix table on PC )on Iphone sreen. see demo here http://www.projectwizards.net/en/merlin-iphone you know the Iphone's screen is very small(320x480), the Gantt Chart view is large. what API or Framework do I need to use? thank you very much ...
I am new to sharepoint therefore don't know much - any help would be highly appreciated. Basically i want to programatically (in the same project) :- 1. create a List and make it a Gantt View 2. Add add appropriate cololumns (that would generate the Gantt chart) to the List 3. And finally i would like to add values/data to the coloums ...
Hi, Does anyone have a tip, a third-party component or anything else that would help me print a gantt chart created in MOSS 2007. When I try to print it, IE only prints part of the web page, but not all the Gantt chart. Thanks for your help ! Raphaël ...
Hi, Does anyone have any experience with using a Gantt chart control in Delphi? I'm looking for a native VCL one but ActiveX would also do. I don't have too many requiremetnts other than it looking half decent and has very basic editing. thanks for any suggestions Edit: I am on Delphi 2009 ...
Hi, i want to convert HTML (having javascript ) to PDF.. how i can do that ?? i just want to show what is being shown in web page ... like my scenerio is . i am displaying a gantt chart that is generated by javascript library .. now i want to save that HTML web page in PDF ... how to do that ???? ...
My company have a web application product for distribution planning and scheduling. An important part of it is a gantt chart component where user can fine tune the schedules. Currently the gantt chart component is pure javascript+dhtml. I am currently looking into the possibility of moving to Flex to get richer interactivity and genera...
My company have a web application product for distribution planning and scheduling. An important part of it is a gantt chart component where user can fine tune the schedules. Currently the gantt chart component is pure javascript+dhtml. I am currently looking into the possibility of moving to JavaFX to get richer interactivity and gener...
Hey I have a series of Gantt charts in Visio 2007 documents that I want to extract. I have looked at the visio sdk but that appears to be for creating new documents and plugins for visio itself. I know that you can export the chart as a text or MS Project MPX file but am looking for a way to just load the data from the visio document its...
Hi, I'm trying to develop a gantt like chart using jquery plugins and asp.net mvc2... on the y-axis i like to have names of people to whom tasks will be assigned... while on the x-axis i like to have the tasks... i haven't found good plugins for this...so any suggestions??? it is also important to have more than 1 task on a row, i.e. sam...
I want a rather simple (and cheap) solution, just for presentation purposes (and just to show the task duration bars - no connection lines between them). So, I am not interested in buying some advanced custom control like this for example. Have any of you ever used something like this? Are there any code samples available? ...