Class BoxChart


public class BoxChart extends Chart<BoxStyler, BoxSeries>
  • Field Details

  • Constructor Details

    • BoxChart

      protected BoxChart(int width, int height)
    • BoxChart

      public BoxChart(int width, int height, Theme theme)
    • BoxChart

      public BoxChart(int width, int height, Styler.ChartTheme chartTheme)
    • BoxChart

      public BoxChart(BoxChartBuilder chartBuilder)
  • Method Details