Interface HasDataLabelClickHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
FacetChart

public interface HasDataLabelClickHandlers extends HasHandlers
  • Method Details

    • addDataLabelClickHandler

      HandlerRegistration addDataLabelClickHandler(DataLabelClickHandler handler)
      Fires when the user clicks on a data label, that is, a text label showing values from the first facet. For example, the labels underneath the X-axis of a column chart, labelling each column.
      Parameters:
      handler - the dataLabelClick handler
      Returns:
      HandlerRegistration used to remove this handler