Retrieves or sets a value that indicates the format of the tooltip being shown while the cursor hovers the chart's overview area.
Type
Description
String
A String expression that specifies the format of the tooltip being displayed
when the cursor hovers the chart's overview area.
By default, the OverviewToolTip property is "<%ddd%> <%m%>/<%d%>/<%yyyy%>
". The OverviewVisible property
specifies whether the chart's overview layout is visible or hidden. Use the OverviewHeight
property to specify the height in pixels, of the overview area. Use the ToolTip
property to specify the format of the toolip being displayed when the user
scrolls the chart's content.
The OverviewToolTip 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).
<%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 )