public class SeriesShowEvent extends SeriesEvent
SeriesShowEventHandler and register it via the
SeriesPlotOptions.setSeriesClickEventHandler(SeriesClickEventHandler)
method in order to access series show events.| Constructor and Description |
|---|
SeriesShowEvent(com.google.gwt.core.client.JavaScriptObject event,
com.google.gwt.core.client.JavaScriptObject series)
This constructor is intended for internal use only.
|
getSeriesId, getSeriesNamegetClientX, getClientY, getNativeButton, getNativeEvent, getRelativeX, getRelativeY, getScreenX, getScreenY, isAltKeyDown, isControlKeyDown, isMetaKeyDown, isShiftKeyDownpublic SeriesShowEvent(com.google.gwt.core.client.JavaScriptObject event,
com.google.gwt.core.client.JavaScriptObject series)
SeriesShowEventHandler.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.