The ItemBarPropertyEnum type specifies a property
related to a bar inside an item. Use the
ItemBar
property to retrieve or sets a value for bars in the item. The
ItemBarPropertyEnum type supports the following values:
| |  | Name | Value | Description | |
| | |
exBarName | 0
|
Retrieves or sets a value that indicates the name of the bar. 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.
| |
| | |
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.
| |
| | |
exBarCaption | 3
|
Retrieves or sets a value that indicates the caption being assigned to the bar.
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. 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. 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.
| |