Package io.jmix.charts.component
Class Chart.ChartClickEvent
java.lang.Object
java.util.EventObject
io.jmix.charts.component.Chart.AbstractChartEvent
io.jmix.charts.component.Chart.AbstractClickEvent
io.jmix.charts.component.Chart.AbstractChartClickEvent
io.jmix.charts.component.Chart.ChartClickEvent
- All Implemented Interfaces:
 Serializable
Describes chart click event.
- See Also:
 
- 
Field Summary
Fields inherited from class java.util.EventObject
source - 
Constructor Summary
ConstructorsConstructorDescriptionChartClickEvent(Chart chart, int x, int y, int absoluteX, int absoluteY, double xAxis, double yAxis)  - 
Method Summary
Methods inherited from class io.jmix.charts.component.Chart.AbstractChartClickEvent
getxAxis, getyAxisMethods inherited from class io.jmix.charts.component.Chart.AbstractClickEvent
getAbsoluteX, getAbsoluteY, getX, getYMethods inherited from class io.jmix.charts.component.Chart.AbstractChartEvent
getSourceMethods inherited from class java.util.EventObject
toString 
- 
Constructor Details
- 
ChartClickEvent
public ChartClickEvent(Chart chart, int x, int y, int absoluteX, int absoluteY, double xAxis, double yAxis)  
 -