Interface ChartData


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

      • writeDataJSON

        void writeDataJSON​(JSONWriter writer,
                           java.util.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