Class BoxChart

java.lang.Object
org.knowm.xchart.internal.chartpart.Chart<BoxStyler,BoxSeries>
org.knowm.xchart.BoxChart

public class BoxChart extends org.knowm.xchart.internal.chartpart.Chart<BoxStyler,BoxSeries>
  • 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