Specifies the interaction mode for the chart tooltip.
More...
Specifies the interaction mode for the chart tooltip.
|
| static final int | MULTI_PLOT_TOOLTIP = 4 |
| | Activates the multiplot tooltip, which displays data for the sample closest to the cursor in the X-axis direction for each plot. More...
|
| |
| static final int | NO_TOOLTIP = 0 |
| | Disables chart tooltip. More...
|
| |
| static final int | X_TOOLTIP = 1 |
| | Selects the data sample closest to the cursor in the X-axis direction. More...
|
| |
| static final int | XY_TOOLTIP = 3 |
| | Selects the data sample with the minimal distance from the cursor. More...
|
| |
◆ MULTI_PLOT_TOOLTIP
| final int MULTI_PLOT_TOOLTIP = 4 |
|
static |
Activates the multiplot tooltip, which displays data for the sample closest to the cursor in the X-axis direction for each plot.
◆ NO_TOOLTIP
◆ X_TOOLTIP
Selects the data sample closest to the cursor in the X-axis direction.
◆ XY_TOOLTIP
Selects the data sample with the minimal distance from the cursor.