constants OverlaidBarsTypeEnum
The OverlaidBarsTypeEnum type specifies the type of the overlay bar supported. The OverlaidType property specifies how two or multiple bars inside the item covers each other. 

 NameValueDescription 
   exOverlaidBarsNone0 No overlaid bars are shown ( default ).  
   exOverlaidBarsOffset1 The overlaid bars are shown using a different vertical offset . The Overlaid(exOverlaidBarsOffset) specifies the vertical offset, in pixels,  to display the overlaid bars. The Overlaid(exOverlaidBarsTransparent) specifies the percent of transparency being applied to bars in the same item that are not moved or resized. By default, the Overlaid( exOverlaidBarsOffset) property is 3 pixels. The ItemBar(exBarOffset) property specifies the vertical offset to display the bar. The exOverlaidBarsOffset flag maybe combined with exOverlaidBarsTransparent flag.  
   exOverlaidBarsIntersect2 The overlaid portion is shown using a different type of bar. The Overlaid(exOverlaidBarsIntersect) specifies the name of the bar to be displayed on the portion that laid over bars. By default, the Overlaid(exOverlaidBarsIntersect) property is empty, so nothing is displayed if the Overlaid is exOverlaidBarsIntersect. You MUST specify the name of the task to display the portion that covers the bars if the Overlaid is exOverlaidBarsIntersect. The exOverlaidBarsIntersect flag maybe combined with exOverlaidBarsTransparent flag.  
   exOverlaidBarsStack3 The bars that covers each other are shown as a stack. This option changes the height of the item so the bars that covers each other are displayed entirely. The Overlaid(exOverlaidBarsStack) specifies the distance in pixels between two bars that covers each other. The Overlaid(exOverlaidBarsTransparent) specifies the percent of transparency being applied to bars in the same item that are not moved or resized. The exOverlaidBarsStack flag maybe combined with exOverlaidBarsStackAutoArrange or exOverlaidBarsTransparent flag.  
   exOverlaidBarsTransparent256 The overlaid portion is shown using a semi-transparent color. The Overlaid(exOverlaidBarsTransparent) specifies the percent of transparency being applied to the covered bar. By default, the  Overlaid( exOverlaidBarsTransparent) property is 50 ( semi-transparent ). The ItemBar(exBarTransparent) property specifies the vertical offset to display the bar. The exOverlaidBarsTransparent flag maybe combined with exOverlaidBarsOffset, exOverlaidBarsIntersect or exOverlaidBarsStack flag.  
   exOverlaidBarsStackAutoArrange512 The overlaid stack is automatically arranged for best fit in the item. The exOverlaidBarsStackAutoArrange flag maybe combined with exOverlaidBarsStack flag.  
 


Send comments on this topic.
© 1999-2008 Exontrol Inc, Software. All rights reserved.