Interface ChartItem

    • Method Detail

      • getTitle

        String getTitle()
        Gets the label of the item.
        Returns:
        a string representation of the label that defines the item, empty if no label.
      • asJson

        String asJson()
        Converts the item into json data.
        Returns:
        a string that represents the item as json data.