Class TimeSeriesChart.TimeSeriesOptions
Object
ObjectIdentity
- Enclosing class:
TimeSeriesChart
public static class TimeSeriesChart.TimeSeriesOptions
extends ChartOptions.EmbeddedBoxplot<TimeSeriesChart,TimeSeriesChart.TimeSeriesOptions>
-
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.setLegacyComparisonMode(Boolean legacyComparisonMode) setYLogarithmic(boolean enable) Renders the Y axis on a logarithmic scale.setZLogarithmic(boolean enable) Renders the Z axis on a logarithmic scale.Methods inherited from class ChartOptions.EmbeddedBoxplot
setBoxplotAxisLabel, setBoxplotAxisMax, setBoxplotAxisMinMethods inherited from class ChartOptions.ZAxis
setComparison, setShowZAxis, setYMax, setYMin, setZLabel, setZMax, setZMinMethods inherited from class ChartOptions.XYLabels
setXLabel, setYLabelMethods inherited from class ChartOptions.Basic
setHideLegend, setHideTooltips, setSubtitle, setTitleMethods inherited from class AbstractChartOptions
getThis, setComparisonType, setMarker, setMaxDataPoints, setXLogarithmic, setXMax, setXMax, setXMin, setXMinMethods inherited from class BacklinkBuilder
back, getParentMethods inherited from class ObjectIdentity
addInvocation, addInvocation, addInvocationInternal, getClassId
-
Constructor Details
-
TimeSeriesOptions
-
-
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<TimeSeriesChart,TimeSeriesChart.TimeSeriesOptions> - 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<TimeSeriesChart,TimeSeriesChart.TimeSeriesOptions> - Parameters:
disableZoom-trueto disable zoom;falseornullto allow it- Returns:
- this Options object, for chaining further configuration
-
setLegacyComparisonMode
-
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<TimeSeriesChart,TimeSeriesChart.TimeSeriesOptions> - Parameters:
enable-trueto use a logarithmic Y axis;falsefor a linear one- Returns:
- this Options object, for chaining further configuration
- See Also:
-
setZLogarithmic
Description copied from class:AbstractChartOptionsRenders the Z axis on a logarithmic scale. Not exposed through anyChartOptionstier; a concrete Options type overrides it directly, for exampleBarLineChart.BarLineOptionsorTimeSeriesChart.TimeSeriesOptions.- Overrides:
setZLogarithmicin classAbstractChartOptions<TimeSeriesChart,TimeSeriesChart.TimeSeriesOptions> - Parameters:
enable-trueto use a logarithmic Z axis;falsefor a linear one- Returns:
- this Options object, for chaining further configuration
-