Class ScatterChart.ScatterOnChartClick.ScatterTriggerEvent
-
- Enclosing class:
- ScatterChart.ScatterOnChartClick
public class ScatterChart.ScatterOnChartClick.ScatterTriggerEvent extends ChartEvents.OnChartClick.ClickTriggerEvent<ScatterChart.ScatterOnChartClick.ScatterTriggerEvent>
-
-
Field Summary
-
Fields inherited from class AbstractChartEvent.TriggerEvent
eventName
-
-
Constructor Summary
Constructors Constructor Description ScatterTriggerEvent(String eventName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScatterChart.ScatterOnChartClick.ScatterTriggerEvent
withAggregationByAsEventDataAttr()
ScatterChart.ScatterOnChartClick.ScatterTriggerEvent
withBandByAsEventDataAttr()
ScatterChart.ScatterOnChartClick.ScatterTriggerEvent
withGroupByAsEventDataAttr()
Historical method name, preferwithAggregationByAsEventDataAttr()
.-
Methods inherited from class ChartEvents.OnChartClick.ClickTriggerEvent
withXAsEventDataAttr
-
Methods inherited from class AbstractChartEvent.TriggerEvent
back, getThis
-
-
-
-
Constructor Detail
-
ScatterTriggerEvent
public ScatterTriggerEvent(String eventName)
-
-
Method Detail
-
withAggregationByAsEventDataAttr
public ScatterChart.ScatterOnChartClick.ScatterTriggerEvent withAggregationByAsEventDataAttr()
-
withGroupByAsEventDataAttr
public ScatterChart.ScatterOnChartClick.ScatterTriggerEvent withGroupByAsEventDataAttr()
Historical method name, preferwithAggregationByAsEventDataAttr()
.
-
withBandByAsEventDataAttr
public ScatterChart.ScatterOnChartClick.ScatterTriggerEvent withBandByAsEventDataAttr()
-
-