Class BarChartOptions


public final class BarChartOptions extends AbstractBarChartOptions
Provides bar chart options.
See Also:
  • Constructor Details

    • BarChartOptions

      public BarChartOptions()
  • Method Details

    • setBarWidth

      public void setBarWidth(double barWidth)
      Sets the number representing the width of the bars in the chart's coordinates space. The unit size is 1.

      Default value: automatic.

      Specified by:
      setBarWidth in class AbstractBarChartOptions