constants ItemBarPropertyEnum
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:

 NameValueDescription 
   exBarName0 Retrieves or sets a value that indicates the name of the bar. String expression.  
   exBarStart1 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.  
   exBarEnd2 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.  
   exBarCaption3 Retrieves or sets a value that indicates the caption being assigned to the bar. String expression.  
   exBarHAlignCaption4 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.  
   exBarVAlignCaption5 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.  
   exBarToolTip6 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.  
   exBarBackColor7 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.  
   exBarForeColor8 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.  
   exBarKey9 Specifies key of the bar.  
 


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