public class SeriesLegendItemClickEvent extends SeriesEvent
SeriesLegendItemClickEventHandler and register it via the
SeriesPlotOptions.setSeriesLegendItemClickEventHandler(SeriesLegendItemClickEventHandler)
method in order to access legend item click events.| Constructor and Description |
|---|
SeriesLegendItemClickEvent(com.google.gwt.core.client.JavaScriptObject event,
com.google.gwt.core.client.JavaScriptObject series)
This constructor is intended for internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isVisible()
Returns true if the series is now visible, false if it is invisible
|
getSeriesId, getSeriesNamegetClientX, getClientY, getNativeButton, getNativeEvent, getRelativeX, getRelativeY, getScreenX, getScreenY, isAltKeyDown, isControlKeyDown, isMetaKeyDown, isShiftKeyDownpublic SeriesLegendItemClickEvent(com.google.gwt.core.client.JavaScriptObject event,
com.google.gwt.core.client.JavaScriptObject series)
SeriesLegendItemClickEventHandler.event - The native javascript object containing the details of the original event that was fired.series - The native javascript object that represents the series instance that the event was triggered on.Copyright © 2015. All Rights Reserved.