Class BarLineChart.BarLineOptions
Object
ObjectIdentity
BacklinkBuilder<BarLineChart>
- Enclosing class:
BarLineChart
public static class BarLineChart.BarLineOptions
extends ChartOptions.EmbeddedBoxplot<BarLineChart,BarLineChart.BarLineOptions>
The Options for a
BarLineChart, obtained from BarLineChart.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 TypeMethodDescriptionsetComparisonType(ComparisonType comparisonType) Sets how the compared prior period, enabled withAbstractChartOptions.setComparison(Boolean), is chosen.setDisableDrilldown(Boolean disableDrilldown) Disables drilldown on this chart.setDisableZoom(Boolean disableZoom) Disables zooming on this chart.setMaxDataPoints(BigDecimal maximumNumberOfDataPoints) Limits how many data points this chart renders.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, setMarker, setXLogarithmic, setXMax, setXMax, setXMin, setXMinMethods inherited from class BacklinkBuilder
back, getParentMethods inherited from class ObjectIdentity
addInvocation, addInvocation, addInvocationInternal, getClassId
-
Constructor Details
-
BarLineOptions
-
-
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<BarLineChart,BarLineChart.BarLineOptions> - 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<BarLineChart,BarLineChart.BarLineOptions> - Parameters:
disableZoom-trueto disable zoom;falseornullto allow it- Returns:
- this Options object, for chaining further configuration
-
setComparisonType
Description copied from class:AbstractChartOptionsSets how the compared prior period, enabled withAbstractChartOptions.setComparison(Boolean), is chosen. Not exposed through anyChartOptionstier; a concrete Options type overrides it directly, for exampleBarLineChart.BarLineOptionsorDetailedTimeSeriesChart.DetailedTimeSeriesOptions.- Overrides:
setComparisonTypein classAbstractChartOptions<BarLineChart,BarLineChart.BarLineOptions> - Parameters:
comparisonType- the kind of prior period to compare against- Returns:
- this Options object, for chaining further configuration
- See Also:
-
setMaxDataPoints
Description copied from class:AbstractChartOptionsLimits how many data points this chart renders. Not exposed through anyChartOptionstier; a concrete Options type overrides it directly, for exampleBarLineChart.BarLineOptions,PieChart.PieOptions, orBoxplotChart.BoxplotOptions.- Overrides:
setMaxDataPointsin classAbstractChartOptions<BarLineChart,BarLineChart.BarLineOptions> - Parameters:
maximumNumberOfDataPoints- the maximum number of data points to render- 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<BarLineChart,BarLineChart.BarLineOptions> - 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<BarLineChart,BarLineChart.BarLineOptions> - Parameters:
enable-trueto use a logarithmic Z axis;falsefor a linear one- Returns:
- this Options object, for chaining further configuration
-