Interface IPieChartDataSet

    • Method Detail

      • getValue

        double getValue​(int index)
        Returns the value in the data set at the specified position.
        Parameters:
        index -
        Returns:
        double
      • getChartTitle

        java.lang.String getChartTitle()
        Returns the chart title.
        Returns:
        String the chart title. If this returns NULL, no title will be displayed.