Hi!
I would like to visualize a work stoppage on a specific element in a Gantt chart. What I mean by stoppage is to indicate that work in that period of time has stopped and will resume afterwards. See the attached file to understand how I want to visualize a work stoppage. For those reading this and unlikely to look at the image, I want to carve out a "hole" in a specific Gantt chart segment and color it different from the rest of the segment. If that's possible, how do I do it? If that's not possible what other choices do I have available? I suppose I could break the segment up into multiple pieces (less desirable) with a stop segment in between the two work segments that were previously joined. I would rather "inline" the stoppage if possible as I find it better visualizes the situation.
Any suggestions appreciated!
Craig
Hello Craig,
One possible approach to achieve desired behavior could be if you are using FillSceneGraphe event to Bo primitive to draw your breake (stoppage). I made small sample for you. Please take a look at the attached sample and video file for mroe details and let me know if you have any questions.
Regards
Here is the video file
Very interesting! I'll take a look at the source code and run it by our UI team and let you know how we decide to use this. Thanks!
Thanks for your feedback. If you have any questions, do not hesitate to write us.
Could a similar result be accomplished using RenderAnnotations? Perhaps I could create render annotations and associate them with specific GanttItems that have stoppages associated with them? I'm not dismissing your approach just trying other stand other approaches.
For those wondering:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/HTML/Chart_Custom_Annotations.html
Yes, you could use the mentioned approach. Both approaches are similar.
Let me know if you have any further questions.
I found a solution to this problem. Thank you for your time and examples!