Class CategoryBarChartOptions

    • Constructor Detail

      • CategoryBarChartOptions

        public CategoryBarChartOptions()
    • Method Detail

      • setBarWidth

        public void setBarWidth​(double barWidth)
        A number between 0 and 1 representing the width of a single bar in a chart.

        A setting of 1 means bars take up one unit on the grid, leaving no space between the bars.
        If set to 0, the bars use the minimum amount of space on the grid. A bar is reduced to a single line.
        Default value: 1.

        Specified by:
        setBarWidth in class AbstractBarChartOptions