public class SelectionEvent extends BaseEvent
SelectionFunction
has been added to a chart. The event is fired when the user selects (zooms) a
portion of the chart.| Modifier and Type | Field and Description |
|---|---|
protected List<Selection> |
xAxes |
protected List<Selection> |
yAxes |
| Constructor and Description |
|---|
SelectionEvent() |
| Modifier and Type | Method and Description |
|---|---|
List<Selection> |
getxAxes()
Returns information about which portions of which x-axes the user has
selected (zoomed).
|
List<Selection> |
getyAxes()
Returns information about which portions of which y-axes the user has
selected (zoomed).
|
boolean |
isXAxisZoomReset()
Returns true if the XAxis Zoom has been reset to the original zoom factor.
|
boolean |
isYAxisZoomReset()
Returns true if the YAxis Zoom has been reset to the original zoom factor.
|
getJavascriptChartName, setJavascriptChartNamepublic List<Selection> getxAxes()
public List<Selection> getyAxes()
public boolean isXAxisZoomReset()
public boolean isYAxisZoomReset()
Copyright © 2016. All rights reserved.