Interface ChartData


public interface ChartData
This interface represents Data that is pepared for being used in charts.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeDataJSON(JSONWriter writer, Locale locale)
    Writes the chart data to the specified JSONWriter.
  • Method Details

    • writeDataJSON

      void writeDataJSON(JSONWriter writer, Locale locale) throws JSONException
      Writes the chart data to the specified JSONWriter.
      Parameters:
      writer - The JSON writer
      locale - The locale to be used for formatting data
      Throws:
      JSONException - if an error occured while creating the JSON