Class BarChartOptions
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.BarChartOptions
Provides bar chart options.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetBarWidth(double barWidth) Sets the number representing the width of the bars in the chart's coordinates space.Methods inherited from class com.orchestranetworks.addon.dqid.chart.AbstractBarChartOptions
setStackMethods inherited from class com.orchestranetworks.addon.dqid.chart.SimpleAxisChartOptions
setDateFormat, setNumberFormat, setRotateTickXAxis, showAxisLabelsMethods inherited from class com.orchestranetworks.addon.dqid.chart.Options
setColors, setLegendPosition, setNumberOfColumnsInTheLegend, showGrid, showLegend, showTooltip 
- 
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:
 setBarWidthin classAbstractBarChartOptions
 
 -