Class CategoryBarChartOptions
- java.lang.Object
-
- com.orchestranetworks.addon.dqid.chart.Options
-
- com.orchestranetworks.addon.dqid.chart.SimpleAxisChartOptions
-
- com.orchestranetworks.addon.dqid.chart.AbstractBarChartOptions
-
- com.orchestranetworks.addon.dqid.chart.CategoryBarChartOptions
-
public class CategoryBarChartOptions extends AbstractBarChartOptions
The options for category bar charts.
-
-
Constructor Summary
Constructors Constructor Description CategoryBarChartOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetBarWidth(double barWidth)A number between0and1representing the width of a single bar in a chart.-
Methods inherited from class com.orchestranetworks.addon.dqid.chart.AbstractBarChartOptions
setStack
-
Methods inherited from class com.orchestranetworks.addon.dqid.chart.SimpleAxisChartOptions
setDateFormat, setNumberFormat, setRotateTickXAxis, showAxisLabels
-
Methods inherited from class com.orchestranetworks.addon.dqid.chart.Options
setColors, setLegendPosition, setNumberOfColumnsInTheLegend, showGrid, showLegend, showTooltip
-
-
-
-
Method Detail
-
setBarWidth
public void setBarWidth(double barWidth)
A number between0and1representing the width of a single bar in a chart.A setting of
1means bars take up one unit on the grid, leaving no space between the bars.
If set to0, the bars use the minimum amount of space on the grid. A bar is reduced to a single line.
Default value:1.- Specified by:
setBarWidthin classAbstractBarChartOptions
-
-