Class TimeSeriesScatterChart.TimeSeriesScatterOptions
Object
ObjectIdentity
- Enclosing class:
TimeSeriesScatterChart
public static class TimeSeriesScatterChart.TimeSeriesScatterOptions
extends ChartOptions.XYLabels<TimeSeriesScatterChart,TimeSeriesScatterChart.TimeSeriesScatterOptions>
-
Field Summary
Fields inherited from class BacklinkBuilder
METHOD_BACKFields inherited from class ObjectIdentity
classId, idGenerator, instanceId, invocations, m, NONE, parentObjectIdentity -
Constructor Summary
ConstructorsConstructorDescriptionTimeSeriesScatterOptions(TimeSeriesScatterChart backLink, String instanceId) -
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.Sets the X axis' upper bound for a chart type whose X axis is a continuous date/time scale, unlikeAbstractChartOptions.setXMax(BigDecimal).Sets the X axis' lower bound for a chart type whose X axis is a continuous date/time scale, unlikeAbstractChartOptions.setXMin(BigDecimal).setYLogarithmic(boolean enable) Renders the Y axis on a logarithmic scale.setYMax(BigDecimal xMaxDecimal) Sets the Y axis' upper bound.setYMin(BigDecimal yMinDecimal) Sets the Y axis' lower bound.Methods 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, setXLogarithmic, setXMax, setXMin, setZLabel, setZLogarithmic, setZMax, setZMinMethods inherited from class BacklinkBuilder
back, getParentMethods inherited from class ObjectIdentity
addInvocation, addInvocation, addInvocationInternal, getClassId
-
Constructor Details
-
TimeSeriesScatterOptions
-
-
Method Details
-
setDisableDrilldown
public TimeSeriesScatterChart.TimeSeriesScatterOptions setDisableDrilldown(Boolean disableDrilldown) 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<TimeSeriesScatterChart,TimeSeriesScatterChart.TimeSeriesScatterOptions> - 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<TimeSeriesScatterChart,TimeSeriesScatterChart.TimeSeriesScatterOptions> - Parameters:
disableZoom-trueto disable zoom;falseornullto allow it- Returns:
- this Options object, for chaining further configuration
-
setXMin
Description copied from class:AbstractChartOptionsSets the X axis' lower bound for a chart type whose X axis is a continuous date/time scale, unlikeAbstractChartOptions.setXMin(BigDecimal). Not exposed through anyChartOptionstier; a concrete Options type overrides it directly, for exampleDetailedTimeSeriesChart.DetailedTimeSeriesOptionsorTimeSeriesScatterChart.TimeSeriesScatterOptions.- Overrides:
setXMinin classAbstractChartOptions<TimeSeriesScatterChart,TimeSeriesScatterChart.TimeSeriesScatterOptions> - Parameters:
xMinDate- the earliest date/time to show on the X axis- Returns:
- this Options object, for chaining further configuration
- See Also:
-
setXMax
Description copied from class:AbstractChartOptionsSets the X axis' upper bound for a chart type whose X axis is a continuous date/time scale, unlikeAbstractChartOptions.setXMax(BigDecimal). Not exposed through anyChartOptionstier; a concrete Options type overrides it directly, for exampleDetailedTimeSeriesChart.DetailedTimeSeriesOptionsorTimeSeriesScatterChart.TimeSeriesScatterOptions.- Overrides:
setXMaxin classAbstractChartOptions<TimeSeriesScatterChart,TimeSeriesScatterChart.TimeSeriesScatterOptions> - Parameters:
xMaxDate- the latest date/time to show on the X axis- Returns:
- this Options object, for chaining further configuration
- See Also:
-
setYMin
Description copied from class:AbstractChartOptionsSets the Y axis' lower bound. Declaredprotectedhere; re-exposed aspublicindependently via bothChartOptions.XYMinMaxandChartOptions.ZAxis, since most chart types have a Y axis worth bounding regardless of which of those two tiers they otherwise build on.- Overrides:
setYMinin classAbstractChartOptions<TimeSeriesScatterChart,TimeSeriesScatterChart.TimeSeriesScatterOptions> - Parameters:
yMinDecimal- the lowest value to show on the Y axis- Returns:
- this Options object, for chaining further configuration
- See Also:
-
setYMax
Description copied from class:AbstractChartOptionsSets the Y axis' upper bound. Declaredprotectedhere; re-exposed aspublicindependently via bothChartOptions.XYMinMaxandChartOptions.ZAxis, since most chart types have a Y axis worth bounding regardless of which of those two tiers they otherwise build on.- Overrides:
setYMaxin classAbstractChartOptions<TimeSeriesScatterChart,TimeSeriesScatterChart.TimeSeriesScatterOptions> - Parameters:
xMaxDecimal- the highest value to show on the Y axis- Returns:
- this Options object, for chaining further configuration
- See Also:
-
setMarker
public TimeSeriesScatterChart.TimeSeriesScatterOptions setMarker(BigDecimal xValue, BigDecimal yValue) 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<TimeSeriesScatterChart,TimeSeriesScatterChart.TimeSeriesScatterOptions> - Parameters:
xValue- the marker's X coordinateyValue- the marker's Y coordinate- Returns:
- this Options object, for chaining further configuration
-
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<TimeSeriesScatterChart,TimeSeriesScatterChart.TimeSeriesScatterOptions> - Parameters:
enable-trueto use a logarithmic Y axis;falsefor a linear one- Returns:
- this Options object, for chaining further configuration
- See Also:
-