Interface Chart

    • Method Detail

      • getChartDataFactory

        ChartDataFactory getChartDataFactory()
        Deprecated.
        Returns:
        an appropriate ChartDataFactory implementation
      • getChartAxisFactory

        ChartAxisFactory getChartAxisFactory()
        Deprecated.
        Returns:
        an appropriate ChartAxisFactory implementation
      • getOrCreateLegend

        ChartLegend getOrCreateLegend()
        Deprecated.
        Returns:
        chart legend instance
      • deleteLegend

        void deleteLegend()
        Deprecated.
        Delete current chart legend.
      • getAxis

        java.util.List<? extends ChartAxis> getAxis()
        Deprecated.
        Returns:
        list of all chart axis
      • plot

        void plot​(ChartData data,
                  ChartAxis... axis)
        Deprecated.
        Plots specified data on the chart.
        Parameters:
        data - a data to plot