Class ScatterChart.ScatterOptions
Object
ObjectIdentity
- Enclosing class:
ScatterChart
public static class ScatterChart.ScatterOptions
extends ChartOptions.XYMinMax<ScatterChart,ScatterChart.ScatterOptions>
-
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.setDisableGridDiscretization(boolean disable) setDisableZoom(Boolean disableZoom) Disables zooming on this chart.setDiscretization(boolean enable) 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
-
ScatterOptions
-
-
Method Details
-
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<ScatterChart,ScatterChart.ScatterOptions> - Parameters:
xValue- the marker's X coordinateyValue- the marker's Y coordinate- Returns:
- this Options object, for chaining further configuration
-
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<ScatterChart,ScatterChart.ScatterOptions> - 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<ScatterChart,ScatterChart.ScatterOptions> - Parameters:
disableZoom-trueto disable zoom;falseornullto allow it- 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<ScatterChart,ScatterChart.ScatterOptions> - 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<ScatterChart,ScatterChart.ScatterOptions> - Parameters:
enable-trueto use a logarithmic Y axis;falsefor a linear one- Returns:
- this Options object, for chaining further configuration
- See Also:
-
setDiscretization
-
setDisableGridDiscretization
-