![]() | Name | Value | Description | ||
| exBarName | 0 | Retrieves or sets a value that indicates the name of the bar. Use the Add method to add new type of bars to your chart. String expression. | |||
| exBarStart | 1 | Retrieves or sets a value that indicates the start of the bar. Use the exBarStart property to changes the starting point of the bar. DATE expression, including a String expression that defines the date. Use the ShowEmptyBars property to show the bars, even if the start and end dates are identical. | |||
| exBarEnd | 2 | Retrieves or sets a value that indicates the end of the bar. Use the exBarStart property to changes the ending point of the bar. DATE expression, including a String expression that defines the date. Use the ShowEmptyBars property to show the bars, even if the start and end dates are identical. | |||
| exBarCaption | 3 | Retrieves or sets a value that indicates the caption being assigned to the bar. This option supports built-in HTMLformat. String expression. | |||
| exBarHAlignCaption | 4 |
Retrieves or sets a value that indicates the horizontal alignment of the caption inside the bar.
Use the
exBarHAlignCaption property to align horizontally the caption being displayed
between exBarStart and exBarEnd.
By default, the exBarHAlignCaption is CenterAlignment. AlignmentEnum expression | |||
| exBarVAlignCaption | 5 | Retrieves or sets a value that indicates the vertical alignment of the caption inside the bar. Use the exBarHAlignCaption property to align vertically the caption being displayed between exBarStart and exBarEnd. If the exBarVAlignCaption property includes the VAlignmentEnum.exVOutside the caption is displayed outside of the bar at the top or bottom side of the bar. For instance, if the exBarVAlignCaption property is VAlignmentEnum.exTop OR VAlignmentEnum.exVOutside, the caption is displayed outside of the bar in the top side of the bar. If the exBarVAlignCaption property is VAlignmentEnum.exBottom OR VAlignmentEnum.exVOutside, the caption is displayed outside of the bar in the bottom side of the bar. By default, the exBarVAlignCaption is exMiddle. VAlignmentEnum expression. | |||
| exBarToolTip | 6 | Retrieves or sets a value that indicates the tooltip being shown when the cursor hovers the bar. Use the exBarToolTip property to assign a tooltip to a bar or to a text in the chart's area. String expression. | |||
| exBarBackColor | 7 | Retrieves or sets a value that indicates the background color for the area being occupied by the bar. Color expression. This option has effect only if the exBarBackColor property is not zero. The last 7 bits in the high significant byte of the color indicates the identifier of the skin being used. Use the Add method to add new skins to the control. If you need to remove the skin appearance from a part of the control you need to reset the last 7 bits in the high significant byte of the color being applied to the background's part. | |||
| exBarForeColor | 8 | Retrieves or sets a value that indicates the foreground color for the caption of the bar. Color expression. This option has effect only if the exBarBackColor property is not zero. | |||
| exBarKey | 9 | Specifies key of the bar. | |||
| exBarCanResize | 10 | Specifies whether the user can resize the bar. Use the BarsAllowSizing property to specify whether the control supports moving or resizing the bars. | |||
| exBarCanMove | 11 | Specifies whether the user can move the bar. Use the BarsAllowSizing property to specify whether the control supports moving or resizing the bars. Use the exBarCanMoveToAnother option to specify whether the user can move a bar from one item to another by drag and drop. | |||
| exBarPercent | 12 |
| |||
| exBarPercentCaptionFormat | 13 | Specifies the HTML format to be displayed as percent. The percent is displayed on the bar only if the exBarShowPercentCaption option is True. By default, the exBarPercentCaptionFormat property is "<b>%p%</b>" where the %p is the value of the percent ( exBarPercent property ), and it displays the percent as 15%, where exBarPercent is 0.15. The <b> indicates that the text is bolded. (String expression) | |||
| exBarShowPercentCaption | 14 | Specifies whether the percent is displayed as caption on the bar. By default, the exBarShowPercentCaption property is False, which means that the percent value is not shown. Use the exBarPercent property to specify the value of the percent. Use the exBarPercentCaptionFormat property to define the format of the percent being displayed on the bar. Use the exBarAlignPercentCaption property to indicates the alignment of the percent in the bar. Boolean expression. | |||
| exBarAlignPercentCaption | 15 | Specifies the alignment of the percent caption on the bar. By default, the exBarAlignmentPercentCaption property is RightAlignment, that indicates that the percent value is displayed to the right. AlignmentEnum expression. | |||
| exBarCanResizePercent | 16 | Specifies whether the user can resize the percent at runtime. By default, the exBarCanResizePercent is True. Here's how the user can resize the percent value at runtime. Move the mouse to the last portion of the percent, so the Percent cursor is shown. Click and drag the bar to a new position, so the exBarPercent value is defined proportionally by the position of the cursor in the original bar. The BarResize event is fired when the user changes the percent value at runtime. Boolean expression. | |||
| exBarData | 17 | Associates an extra data to a bar. Use this property to assign your extra data to any bar in the item. | |||
| exBarOffset | 18 |
| |||
| exBarTransparent | 19 |
| |||
| exBarKeepWorkingCount | 20 | Specifies a value that indicates whether the bar keeps constant the working units, while the user moves the bar to a new position. The NonworkingDays property specifies the non-working days. Use the AddNonworkingDate property to add custom non-working days. Use the NonworkingHours property to specify the non-working hours. The exBarWorkingCount option specifies the number of working units being unchanged. | |||
| exBarEffort | 21 | Specifies the effort to execute an unit in the task. This property is used to define the workload to show in the exHistOverAllocation histogram. By default, the exBarEffort is 1 ( double expression ). The work-load for a task is computed as exBarEffort / length of the bar. The work-load for the task is the work effor / task duration. (i.e. If item.exBarEffort = 1 and gantt bar length is 10 days, then the work-load = 0.1 or 10%). The histogram- graph shows the sum of the work-loads (the work-load of each task item is added, unit by unit). Use the HistogramType property to specify the type of the histogram being displayed. The exBarEffect property has effect only if the HistogramType property is exHistOverAllocation. | |||
| exBarMinStart | 22 | Specifies the minimum value for the starting date of the bar. Use this value to limit bar to move in a specified range. ( Date expression ) | |||
| exBarMaxStart | 23 | Specifies the maximum value for the starting date of the bar. Use this value to limit bar to move in a specified range. ( Date expression ) | |||
| exBarMinEnd | 24 | Specifies the minimum value for the ending date of the bar. Use this value to limit bar to move in a specified range. ( Date expression ) | |||
| exBarMaxEnd | 25 | Specifies the maximum value for the ending date of the bar. Use this value to limit bar to move in a specified range. ( Date expression ) | |||
| exBarShowRange | 26 | Indicates whether the bar shows its range where it can be moved or resized. It indicates a PatternEnum expression that specifies the way to mark the range of the bar, or a skin identifier to be used for showing the range. | |||
| exBarShowRangeTransparent | 27 | Specifies the percent of the transparency to display the range of the bar. By default this property is 0. ( long expression, from 0 to 100, where 100 means fully transparent ) | |||
| exBarCanMoveToAnother | 28 | By default, the bar can NOT be moved from an item to another. Specifies whether the bar can be moved to another item by drag and drop. Use the exBarPercent property to change the parent item of the bar by code. In order to move a bar from one item to another using the drag and drop operations, this option MUST be set on True. The control fires the BarParentChange event just before moving the bar to another item. Use this event to control the items where your bar can be moved. A bar can be moved to another item, ONLY if the second item does not contain a bar with the same key. The exBarKey property specifies the key of the bar. (boolean expression) | |||
| exBarsCount | 256 | Retrieves a value that indicates the number of bars in the item. The exBarsCount property counts the bars being displayed in the item. Use the AddBar property to add new bars to the item. (long expression) | |||
| exBarSelected | 257 | Specifies whether the bar is selected or unselected. By default, the exBarSelected is False. The AllowSelectObjects property allows users to select at runtime the bars and links in the chart area. The ChartSelectionChanged event is fired when the selection in the chart is changed. (boolean expression) | |||
| exBarWorkingCount | 258 | Specifies the count of working units in the bar. The NonworkingDays property specifies the non-working days. Use the AddNonworkingDate property to add custom non-working days. Use the NonworkingHours property to specify the non-working hours. Use the exBarWorkingCount property to specify the number of working days for a specified bar. For instance, if your chart displays days, and the NonworkingDays is set, the exBarWorkingCount property sets or gets the count of working days in the bar. If the chart displays hours, and the NonworkingHours property is set, the exBarWorkingCount property sets or gets the count of working hours in the bar. (long expression) | |||
| exBarNonWorkingCount | 259 | Specifies the count of non-working units in the bar. The NonworkingDays property specifies the non-working days. Use the AddNonworkingDate property to add custom non-working days. Use the NonworkingHours property to specify the non-working hours. For instance, if your chart displays days, and the NonworkingDays is set, the exBarNonworkingCount property gets the count of non-working days in the bar. If the chart displays hours, and the NonworkingHours property is set, the exBarNonWorkingCount property gets the count of non-working hours in the bar. (long expression) | |||
| exBarParent | 512 | Specifies the handle of the parent item that displays the bar. Use the exBarCanMoveToAnother option to specify whether the user can move a bar from one item to another by drag and drop. The control fires the BarParentChange event just before moving the bar to another item. Use this event to control the items where your bar can be moved. A bar can be moved to another item, ONLY if the second item does not contain a bar with the same key. The exBarKey property specifies the key of the bar. (long expression) |