| |  | Name | Value | Description | |
| | |
exOverlaidBarsNone | 0
|
No overlaid bars are shown ( default ).
| |
| | |
exOverlaidBarsOffset | 1
|
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.
| |
| | |
exOverlaidBarsIntersect | 2
|
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.
| |
| | |
exOverlaidBarsStack | 3
|
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.
| |
| | |
exOverlaidBarsTransparent | 256
|
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.
| |
| | |
exOverlaidBarsStackAutoArrange | 512
|
The overlaid stack is automatically arranged for best fit in the item. The
exOverlaidBarsStackAutoArrange flag maybe combined with
exOverlaidBarsStack flag.
| |