Interface IsLegendEvent

    • Method Detail

      • getItem

        LegendItem getItem()
        Returns the legend item related to the event.
        Returns:
        the legend item related to the event
      • getContext

        ChartEventContext getContext()
        Returns the java script function context of CHART.JS events.
        Returns:
        the java script function context of CHART.JS events.
      • getKey

        Key getKey()
        Returns the options key where default function is stored.
        Returns:
        the options key where default function is stored
      • getChart

        IsChart getChart()
        Returns the chart instance, stored in the event as source.
        Returns:
        the chart instance