GLG Toolkit, Java Class Library  Version 4.6
GlgChartTooltipMode

Specifies the interaction mode for the chart tooltip. More...

Detailed Description

Specifies the interaction mode for the chart tooltip.

Constants

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...
 

Variable Documentation

◆ 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

final int NO_TOOLTIP = 0
static

Disables chart tooltip.

◆ X_TOOLTIP

final int X_TOOLTIP = 1
static

Selects the data sample closest to the cursor in the X-axis direction.

◆ XY_TOOLTIP

final int XY_TOOLTIP = 3
static

Selects the data sample with the minimal distance from the cursor.