Class ScatterChart.ScatterOnChartClick.ScatterTriggerEvent
Object
- Enclosing class:
ScatterChart.ScatterOnChartClick
public class ScatterChart.ScatterOnChartClick.ScatterTriggerEvent
extends ChartEvents.OnChartClick<ScatterChart,ScatterChart.ScatterOnChartClick>.ClickTriggerEvent<ScatterChart.ScatterOnChartClick.ScatterTriggerEvent>
-
Field Summary
Fields inherited from class AbstractChartEvent.TriggerEvent
eventName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIncludes the clicked point's aggregation ("group by") dimension in the event payload, under the attribute name"aggregationBy".Includes the clicked point's "band by" dimension in the event payload, under the attribute name"bandBy".Historical method name, preferwithAggregationByAsEventDataAttr().Methods inherited from class ChartEvents.OnChartClick.ClickTriggerEvent
withXAsEventDataAttrMethods inherited from class AbstractChartEvent.TriggerEvent
back, getThis
-
Constructor Details
-
ScatterTriggerEvent
-
-
Method Details
-
withAggregationByAsEventDataAttr
Description copied from class:ChartEvents.OnChartClick.ClickTriggerEventIncludes the clicked point's aggregation ("group by") dimension in the event payload, under the attribute name"aggregationBy".- Overrides:
withAggregationByAsEventDataAttrin classChartEvents.OnChartClick<ScatterChart,ScatterChart.ScatterOnChartClick>.ClickTriggerEvent<ScatterChart.ScatterOnChartClick.ScatterTriggerEvent> - Returns:
- this trigger-event builder, for chaining further configuration
- See Also:
-
withGroupByAsEventDataAttr
Historical method name, preferwithAggregationByAsEventDataAttr(). -
withBandByAsEventDataAttr
Description copied from class:ChartEvents.OnChartClick.ClickTriggerEventIncludes the clicked point's "band by" dimension in the event payload, under the attribute name"bandBy".- Overrides:
withBandByAsEventDataAttrin classChartEvents.OnChartClick<ScatterChart,ScatterChart.ScatterOnChartClick>.ClickTriggerEvent<ScatterChart.ScatterOnChartClick.ScatterTriggerEvent> - Returns:
- this trigger-event builder, for chaining further configuration
- See Also:
-