Class BubbleChart.BubbleOptions
Object
ObjectIdentity
- Enclosing class:
BubbleChart
public static class BubbleChart.BubbleOptions
extends ChartOptions.XYMinMax<BubbleChart,BubbleChart.BubbleOptions>
The Options for a
BubbleChart, obtained from BubbleChart.getOptions() rather than
instantiated directly.-
Field Summary
Fields inherited from class BacklinkBuilder
METHOD_BACKFields inherited from class ObjectIdentity
classId, idGenerator, instanceId, invocations, m, NONE, parentObjectIdentity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetDisableDrilldown(Boolean disableDrilldown) Disables drilldown on this chart.setDisableZoom(Boolean disableZoom) Disables zooming on this chart.setMarker(BigDecimal xValue, BigDecimal yValue) Adds a reference marker at the given X/Y coordinate.setXLogarithmic(boolean enable) Renders the X axis on a logarithmic scale.setYLogarithmic(boolean enable) Renders the Y axis on a logarithmic scale.Methods inherited from class ChartOptions.XYMinMax
setXMax, setXMin, setYMax, setYMinMethods inherited from class ChartOptions.XYLabels
setXLabel, setYLabelMethods inherited from class ChartOptions.Basic
setHideLegend, setHideTooltips, setSubtitle, setTitleMethods inherited from class AbstractChartOptions
getThis, setBoxplotAxisLabel, setBoxplotAxisMax, setBoxplotAxisMin, setComparison, setComparisonType, setMaxDataPoints, setShowZAxis, setXMax, setXMin, setZLabel, setZLogarithmic, setZMax, setZMinMethods inherited from class BacklinkBuilder
back, getParentMethods inherited from class ObjectIdentity
addInvocation, addInvocation, addInvocationInternal, getClassId
-
Constructor Details
-
BubbleOptions
-
-
Method Details
-
setDisableDrilldown
Description copied from class:AbstractChartOptionsDisables drilldown on this chart. Not exposed through anyChartOptionstier; almost every concrete Options type overrides it directly, since drilldown applies broadly across chart types.- Overrides:
setDisableDrilldownin classAbstractChartOptions<BubbleChart,BubbleChart.BubbleOptions> - Parameters:
disableDrilldown-trueto disable drilldown;falseornullto allow it- Returns:
- this Options object, for chaining further configuration
-
setDisableZoom
Description copied from class:AbstractChartOptionsDisables zooming on this chart. Not exposed through anyChartOptionstier; most concrete Options types that support zoom override it directly.- Overrides:
setDisableZoomin classAbstractChartOptions<BubbleChart,BubbleChart.BubbleOptions> - Parameters:
disableZoom-trueto disable zoom;falseornullto allow it- Returns:
- this Options object, for chaining further configuration
-
setMarker
Description copied from class:AbstractChartOptionsAdds a reference marker at the given X/Y coordinate. Not exposed through anyChartOptionstier; a concrete Options type overrides it directly, for exampleScatterChart.ScatterOptions,BubbleChart.BubbleOptions, orTimeSeriesScatterChart.TimeSeriesScatterOptions. Only meaningful for a chart type whose X and Y axes are both aggregated numeric measures.- Overrides:
setMarkerin classAbstractChartOptions<BubbleChart,BubbleChart.BubbleOptions> - Parameters:
xValue- the marker's X coordinateyValue- the marker's Y coordinate- Returns:
- this Options object, for chaining further configuration
-
setXLogarithmic
Description copied from class:AbstractChartOptionsRenders the X axis on a logarithmic scale. Not exposed through anyChartOptionstier; a concrete Options type overrides it directly, for exampleScatterChart.ScatterOptionsorBubbleChart.BubbleOptions. Only meaningful for a chart type whose X axis is itself an aggregated numeric measure.- Overrides:
setXLogarithmicin classAbstractChartOptions<BubbleChart,BubbleChart.BubbleOptions> - Parameters:
enable-trueto use a logarithmic X axis;falsefor a linear one- Returns:
- this Options object, for chaining further configuration
- See Also:
-
setYLogarithmic
Description copied from class:AbstractChartOptionsRenders the Y axis on a logarithmic scale. Not exposed through anyChartOptionstier; a concrete Options type overrides it directly, for exampleScatterChart.ScatterOptionsorBarLineChart.BarLineOptions.- Overrides:
setYLogarithmicin classAbstractChartOptions<BubbleChart,BubbleChart.BubbleOptions> - Parameters:
enable-trueto use a logarithmic Y axis;falsefor a linear one- Returns:
- this Options object, for chaining further configuration
- See Also:
-