public class PointLegendItemClickEvent extends PointEvent
PointLegendItemClickEventHandler and register it via the
PiePlotOptions.setPointLegendItemClickEventHandler(PointLegendItemClickEventHandler)
method in order to access legend item click events in a pie series.| Constructor and Description |
|---|
PointLegendItemClickEvent(com.google.gwt.core.client.JavaScriptObject event,
com.google.gwt.core.client.JavaScriptObject point)
This constructor is intended for internal use only.
|
getPoint, getPointName, getSeriesId, getSeriesName, getXAsDouble, getXAsLong, getXAsString, getYAsDouble, getYAsLong, getYAsStringgetClientX, getClientY, getNativeButton, getNativeEvent, getRelativeX, getRelativeY, getScreenX, getScreenY, isAltKeyDown, isControlKeyDown, isMetaKeyDown, isShiftKeyDownpublic PointLegendItemClickEvent(com.google.gwt.core.client.JavaScriptObject event,
com.google.gwt.core.client.JavaScriptObject point)
PointLegendItemClickEventHandler.event - The native javascript object containing the details of the original event that was fired.point - The native javascript object that represents the point instance that the event was triggered on.Copyright © 2015. All Rights Reserved.