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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBarWidth
(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
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
-
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 classAbstractBarChartOptions
-