public class ChartsEvents extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ON_PLOT_CHECKBOX_CLICK
Fires when the checkbox next to the series' name in the legend is
clicked.
|
static String |
ON_PLOT_CLICK
Fires when the series is clicked.
|
static String |
ON_PLOT_DRILL_DOWN
Fires when a drilldown point is clicked, before the new series is added.
|
static String |
ON_PLOT_DRILL_UP
Fires when drilling up from a drilldown series.
|
static String |
ON_PLOT_HIDE
Fires when the series is hidden after chart generation time, by clicking the legend item
|
static String |
ON_PLOT_LEGEND_ITEM_CLICK
Not applicable to pies, as the legend item is per point
|
static String |
ON_PLOT_MOUSE_OUT
Fires when the mouse leaves the graph.
|
static String |
ON_PLOT_MOUSE_OUT_POINT
Fires when mouse leaves the area close to the point.
|
static String |
ON_PLOT_MOUSE_OVER
Fires when the mouse enters the graph.
|
static String |
ON_PLOT_MOUSE_OVER_POINT
Fires when mouse enters the area close to the point.
|
static String |
ON_PLOT_SELECT
Fires when selecting a point from a series.
|
static String |
ON_PLOT_SHOW
Fires when the series is shown after chart generation time, by clicking the legend item
|
static String |
ON_PLOT_THEME_CHANGE
Fires when theme is changed
|
static String |
ON_PLOT_UNSELECT
Fires when unselecting a point from a series.
|
public static final String ON_PLOT_CLICK
public static final String ON_PLOT_CHECKBOX_CLICK
public static final String ON_PLOT_HIDE
public static final String ON_PLOT_LEGEND_ITEM_CLICK
public static final String ON_PLOT_MOUSE_OUT
public static final String ON_PLOT_MOUSE_OVER
public static final String ON_PLOT_SHOW
public static final String ON_PLOT_DRILL_DOWN
public static final String ON_PLOT_DRILL_UP
public static final String ON_PLOT_SELECT
public static final String ON_PLOT_UNSELECT
public static final String ON_PLOT_THEME_CHANGE
public static final String ON_PLOT_MOUSE_OVER_POINT
public static final String ON_PLOT_MOUSE_OUT_POINT
Copyright © 2005-2022 Potix Corporation. All Rights Reserved.