Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
750
GanttItem style & highlight color
posted

Unfortunately I'm not using GanttView and do not have the time in the schedule to switch to it.  I'm using an UltraChart with the type set to ChartType.GanttChart. I need to make style changes to the GanttItems in the chart that appear to be possible because I see them in GanttView. I'm assume GanttView is some sort of MVC pattern class combining GanttItems, a chart of GanttChart type and a grid.

I've figured out how to change a particular GanttItem's color by accessing the PE property.  However how do I change the style of a particular GanttItem in the GanttChart? I'd like to distinguish the GanttItem from other items. Here's an example image of the GanttView with GanttItems with the style I want to use:

http://ko.infragistics.com/community/blogs/taz_abdeali/archive/2010/03/22/windows-forms-2010-1-launched.aspx

and

http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.2/CLR2.0/html/Win_Whats_New_New_WinGanttView_Control.html

Rather than make a separate post, since my next question is related, how do I change the highlight color of a GanttItem when I mouse over it? I don't see a field in the PaintElement corresponding to the item's style.

Thanks!

Craig