property Level.Label as Variant
Retrieves or sets a value that indicates the format of the level's label.

 TypeDescription 
   Variant A String expression that indicates the format of the level's label, an UnitEnum expression that indicates the predefined format being used. The Label property defines predefined formats for labales.  
The Label property specifies the label being displayed in the level. Use the Alignment property to specify the label's alignment. Use the ToolTip property to specify the tooltip being displayed when the cursor hovers the level. Use the BackColor and ForeColor properties to change the level's appearance.  The Label property changes the Unit property, so Unit property must be called after changing the Label property, if case. For instance, let's say that we have the Label property as : "<b><%mmm%></b> <%d%>, '<%yy%>", the Unit property will be automatically set to exDay, because the <%d%> is the minimum unit in the format. The WeekDays property retrieves or sets a value that indicates the list of names for each week day, separated by space. Use the MonthNames property to specify the name of the months in the year. The FormatDate property formats a date.

The Label property supports the following built-in tags:

The Label property supports the following built-in HTML tags:

The Label property may be a combination of any of these tags. For instance, the "<b><%mmm%></b> <%d%>, '<%yy%>" displays a date like: "May 29,'05".


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