Documentation of 'ec.display.chart.XYSeriesChartStatistics' Java class
XYSeriesChartStatistics
ec.display.chart

Class XYSeriesChartStatistics

    • Constructor Detail

      • XYSeriesChartStatistics

        public XYSeriesChartStatistics()
    • Method Detail

      • setup

        public void setup(EvolutionState state,
                          Parameter base)
        Description copied from interface: Setup
        Sets up the object by reading it from the parameters stored in state, built off of the parameter base base. If an ancestor implements this method, be sure to call super.setup(state,base); before you do anything else.
        Specified by:
        setup in interface Setup
        Overrides:
        setup in class ChartableStatistics
      • addSeries

        public int addSeries(java.lang.String name)
      • addDataPoint

        public void addDataPoint(int seriesID,
                                 double x,
                                 double y)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.