property ExCursor.ShowCursorSerieTooltip as ShowCursorSerieTooltipEnum
Defines the flags to show the tooltips, when the crosshair cursor hovers the charts of the series

TypeDescription
ShowCursorSerieTooltipEnum A ShowCursorSerieTooltipEnum expression that defines the flags to show the tooltips, when the crosshair cursor hovers the charts of the series. For instance:
  • exCursorSerieHide or 0, no tooltip is displayed when the crosshair cursor hovers the chart
  • exCursorSerieShowNear or 1, the vertical/horizontal category/x-line indicates the series whose tooltip is displayed, when the crosshair cursor hovers the chart (default)
By default, the ShowCursorSerieTooltip property is exCursorSerieShowNear (The vertical/horizontal category/x-line indicates the series whose tooltip is displayed, when the crosshair cursor hovers the chart). The ShowCursorSerieTooltip property defines the flags to show the tooltips, when the crosshair cursor hovers the charts of the series. The ShowCursorValueLine property shows or hides the horizontal/vertical value/y-line, when the crosshair cursor hovers the chart.  The Visible property shows or hides the cursor (crosshair over the hover/touch area, tooltips for some or all nearby series data items, as well as tooltips on axes). The ShowCursorCategoryLine property specifies the flags to show the vertical/horizontal category/x-line, when the crosshair cursor hovers the chart. The ShowCursorXLine property shows or hides the vertical y-line, when the crosshair cursor hovers the chart (available for xy-chart types only). The ShowCursorYLine property shows or hides the horizontal x-line, when the crosshair cursor hovers the chart (available for xy-chart types only)