Interface IAxisDataSeries

    • Method Detail

      • getXAxisTitle

        java.lang.String getXAxisTitle()
        Returns the x-axis title.
        Returns:
        String the x-axis title. If this returns NULL, no title will be displayed.
      • getYAxisTitle

        java.lang.String getYAxisTitle()
        Returns the y-axis title.
        Returns:
        String the y-axis title. If this returns NULL, no title will be displayed.
      • getChartTitle

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

        java.util.Iterator getIAxisPlotDataSetIterator()
      • addIAxisPlotDataSet

        void addIAxisPlotDataSet​(IAxisPlotDataSet iAxisPlotDataSet)
      • getTotalNumberOfDataSets

        int getTotalNumberOfDataSets()
        Returns the total number data dimensions in all of the IAxisChartDataSets contained in this collection. For example, if this contains two IAxisChartDataSets and each one contains 3 dimensions ( 3 lines and 3 sets of points ), this should return six. This provides a means to avoid looping the contents of the series each time i need the value.
        Returns:
        int
      • size

        int size()
        Returns the number of IAxisPlotDataSet Objects in this series
        Returns:
        int