An UnitEnum expression that indicates the time unit
String
A String expression that includes the format of the tooltip.
The LabelToolTip property specifies a predefined tooltip
for a specified unit. Use the ToolTip property
to specify the tooltip that shows up when the cursor hovers the level. The ToolTip
property retrieves or sets a value that indicates the format of the tooltip being shown while the user scrolls the chart.
Use the FormatDate property to format a
date. Use the MonthNames
property to specify the name of the months in the year. The WeekDays property
retrieves or sets a value that indicates the list of names for each week day, separated by space.
Use the Zoom method to zoom the chart to a
specified interval of dates. Use the AMPM property to specify the name
of the AM and PM indicators. The Label
property specifies a predefined label for a specified unit.
The LabelToolTip property supports the following built-in tags:
<%d%> - Day of the month in one or two numeric digits, as needed (1 to 31).
<%dd%> - Day of the month in two numeric digits (01 to 31).
<%d1%> - First letter of the weekday (S to S). ( Use
the WeekDays property to specify the name
of the days in the week )
<%d2%> - First two letters of the weekday (Su to Sa). (
Use the WeekDays property to specify the
name of the days in the week )
<%d3%> - First three letters of the weekday (Sun to Sat).
( Use the WeekDays property to specify
the name of the days in the week )
<%ddd%> - First three letters of the weekday (Sun to Sat).
( Use the WeekDays property to specify
the name of the days in the week )
<%dddd%> - Full name of the weekday (Sunday to Saturday).
( Use the WeekDays property to specify
the name of the days in the week )
<%w%> - Day of the week (1 to 7).
<%ww%> - Week of the year (1 to 53).
<%m%> - Month of the year in one or two numeric digits, as needed (1 to 12).
<%mr%> - Month of the year in Roman numerals, as needed (I
to XII).
<%mm%> - Month of the year in two numeric digits (01 to 12).
<%m1%> - First letter of the month (J to D). ( Use the MonthNames
property to specify the name of the months in the year )
<%m2%> - First two letters of the month (Ja to De). (
Use the MonthNames property to specify
the name of the months in the year )
<%m3%> - First three letters of the month (Jan to Dec).
( Use the MonthNames property to
specify the name of the months in the year )
<%mmm%> - First three letters of the month (Jan to Dec).
( Use the MonthNames property to
specify the name of the months in the year )
<%mmmm%> - Full name of the month (January to December).
( Use the MonthNames property to
specify the name of the months in the year )
<%q%> - Date displayed as the quarter of the year (1 to 4).
<%y%> - Number of the day of the year (1 to 366).
<%yy%> - Last two digits of the year (01 to 99).
<%yyyy%> - Full year (0100 to 9999).
<%hy%> - Date displayed as the half of the year (1 to 2).
<%h%> - Hour in one or two digits, as needed (0 to 23).
<%hh%> - Hour in two digits (00 to 23).
<%n%> - Minute in one or two digits, as needed (0 to 59).
<%nn%> - Minute in two digits (00 to 59).
<%s%> - Second in one or two digits, as needed (0 to 59).
<%ss%> - Second in two digits (00 to 59).
<%AM/PM%> - Twelve-hour clock with the uppercase letters "AM" or "PM", as appropriate.
( Use the AMPM property to specify the name
of the AM and PM indicators )