Class Options
java.lang.Object
com.orchestranetworks.addon.dqid.chart.Options
- Direct Known Subclasses:
PieChartOptions
,SimpleAxisChartOptions
Represents a chart's options.
All the methods from the Template class are included here. If set,
these method's values take precedence over those specified in the Template class.
Specific implementations of this class exist for each chart type.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
final void
setLegendPosition
(LegendPosition position) final void
setNumberOfColumnsInTheLegend
(int noColumns) Deprecated.Since 2.5.0, the number of columns in the legend always is 1.final void
showGrid
(boolean show) final void
showLegend
(boolean show) final void
showTooltip
(boolean show)
-
Constructor Details
-
Options
public Options()
-
-
Method Details
-
setColors
- See Also:
-
showLegend
public final void showLegend(boolean show) - See Also:
-
setLegendPosition
-
setNumberOfColumnsInTheLegend
public final void setNumberOfColumnsInTheLegend(int noColumns) Deprecated.Since 2.5.0, the number of columns in the legend always is 1. -
showGrid
public final void showGrid(boolean show) - See Also:
-
showTooltip
public final void showTooltip(boolean show) - See Also:
-