Class ChartHistogram.Builder

    • Method Detail

      • addBin

        public ChartHistogram.Builder addBin​(double lower,
                                             double upper,
                                             double yValue)
        Add a single bin
        Parameters:
        lower - Lower (minimum/left) value for the bin (x axis)
        upper - Upper (maximum/right) value for the bin (x axis)
        yValue - The height of the bin