The ExCursor object supports the following properties and method:
Name | Description | |||
AxisTooltipBackColor | Specifies the visual appearance of the tooltips on the axes | |||
AxisTooltipForeColor | Indicates the foreground color used for displaying tooltips on axes | |||
Line | Defines the configuration options to display the crosshair over the hover/touch area (showCursorCategoryLine or showCursorValueLine) | |||
SerieTooltipBackColor | Specifies the visual appearance of the tooltips on the series | |||
SerieTooltipForeColor | Indicates the foreground color used for displaying tooltips on series | |||
ShowCursorCategoryLine | Specifies the flags to show the vertical/horizontal category/x-line, when the crosshair cursor hovers the chart | |||
ShowCursorSerieTooltip | Defines the flags to show the tooltips, when the crosshair cursor hovers the charts of the series | |||
ShowCursorValueLine | Shows or hides the horizontal/vertical value/y-line, when the crosshair cursor hovers the chart | |||
ShowCursorXLine | Shows or hides the vertical y-line, when the crosshair cursor hovers the chart (available for xy-chart types only) | |||
ShowCursorYLine | Shows or hides the horizontal x-line, when the crosshair cursor hovers the chart (available for xy-chart types only) | |||
TooltipPad | Defines the tooltip's padding (space between tooltip's caption and its borders) | |||
Visible | 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) |