Class JBSChartLassoEvent

java.lang.Object
com.jbstrap.core.event.BaseEvent
com.jbstrap.core.event.JBSChartLassoEvent

public class JBSChartLassoEvent extends BaseEvent
This class contains the data of the chart data click event. These are the following:
  • The client on which the event occurred
  • The ID of the chart canvas on which the event occurred
  • The name of the chart on which the event occurred
  • The event type
  • The instance of the chart canvas component, on which the event occurred
  • The instance of the chart
  • The index of the data record
  • The event's unique ID
Since:
4.0
Author:
JBStrap
  • Constructor Details

    • JBSChartLassoEvent

      public JBSChartLassoEvent()
  • Method Details