public class CategoryBarChartOptions extends AbstractBarChartOptions
| Constructor and Description |
|---|
CategoryBarChartOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
setBarWidth(double barWidth)
A number between
0 and 1 representing the width of a single bar in a chart. |
setStacksetDateFormat, setNumberFormat, setRotateTickXAxis, showAxisLabelssetColors, setLegendPosition, setNumberOfColumnsInTheLegend, showGrid, showLegend, showTooltippublic void setBarWidth(double barWidth)
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.
setBarWidth in class AbstractBarChartOptions