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_BACK
Fields inherited from class ObjectIdentity
classId, idGenerator, instanceId, invocations, m, NONE, parentObjectIdentity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsetDisableDrilldown
(Boolean disableDrilldown) setDisableGridDiscretization
(boolean disable) setDisableZoom
(Boolean disableZoom) setDiscretization
(boolean enable) setMarker
(BigDecimal xValue, BigDecimal yValue) setXLogarithmic
(boolean enable) setYLogarithmic
(boolean enable) Methods inherited from class ChartOptions.XYMinMax
setXMax, setXMin, setYMax, setYMin
Methods inherited from class ChartOptions.XYLabels
setXLabel, setYLabel
Methods inherited from class ChartOptions.Basic
setHideLegend, setHideTooltips, setSubtitle, setTitle
Methods inherited from class AbstractChartOptions
getThis, setBoxplotAxisLabel, setBoxplotAxisMax, setBoxplotAxisMin, setComparison, setComparisonType, setMaxDataPoints, setShowZAxis, setXMax, setXMin, setZLabel, setZLogarithmic, setZMax, setZMin
Methods inherited from class BacklinkBuilder
back, getParent
Methods inherited from class ObjectIdentity
addInvocation, addInvocation
-
Constructor Details
-
ScatterOptions
-
-
Method Details
-
setMarker
- Overrides:
setMarker
in classAbstractChartOptions<ScatterChart,
ScatterChart.ScatterOptions>
-
setDisableDrilldown
- Overrides:
setDisableDrilldown
in classAbstractChartOptions<ScatterChart,
ScatterChart.ScatterOptions>
-
setDisableZoom
- Overrides:
setDisableZoom
in classAbstractChartOptions<ScatterChart,
ScatterChart.ScatterOptions>
-
setXLogarithmic
- Overrides:
setXLogarithmic
in classAbstractChartOptions<ScatterChart,
ScatterChart.ScatterOptions>
-
setYLogarithmic
- Overrides:
setYLogarithmic
in classAbstractChartOptions<ScatterChart,
ScatterChart.ScatterOptions>
-
setDiscretization
-
setDisableGridDiscretization
-