property ExCursor.ShowCursorCategoryLine as ShowCursorCategoryLineEnum
Specifies the flags to show the vertical/horizontal category/x-line, when the crosshair cursor hovers the chart

TypeDescription
ShowCursorCategoryLineEnum A ShowCursorCategoryLineEnum expression that specifies the flags to show the vertical/horizontal category/x-line, when the crosshair cursor hovers the chart. For instance:
  • exCursorCategoryHide or 0, no vertical/horizontal category/x-line is shown
  • exCursorCategoryShowNear or 1 {number}, the vertical/horizontal category/x-line is shown when the pointer is near the category

By default, the ShowCursorCategoryLine property is exCursorCategoryShowAsIs (the vertical/horizontal category/x-line is shown when the pointer is near the category). The ShowCursorCategoryLine property specifies the flags to show the vertical/horizontal category/x-line, 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 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 ShowCursorValueLine property shows or hides the horizontal/vertical value/y-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). The TooltipPad property applies the padding to axes or series tooltips as well.