Class ChartOptions.XYLabels<C extends AbstractChartBuilder<C>,O extends ChartOptions.XYLabels<C,O>>
Object
ObjectIdentity
BacklinkBuilder<C>
AbstractChartOptions<C,O>
ChartOptions.Basic<C,O>
XYLabels<C,O>
- Direct Known Subclasses:
ChartOptions.XYMinMax,ChartOptions.ZAxis,HeatmapChart.HeatmapOptions,PieChart.PieOptions,TimeSeriesScatterChart.TimeSeriesScatterOptions
- Enclosing class:
ChartOptions
public abstract static class ChartOptions.XYLabels<C extends AbstractChartBuilder<C>,O extends ChartOptions.XYLabels<C,O>>
extends ChartOptions.Basic<C,O>
Re-exposes
AbstractChartOptions.setXLabel(String) and AbstractChartOptions.setYLabel(String)
as public, on top of everything ChartOptions.Basic exposes; the tier extended by a concrete Options
type that labels its X and Y axes but supports neither ChartOptions.XYMinMax's nor ChartOptions.ZAxis's further
bounds, for example HeatmapChart.HeatmapOptions or PieChart.PieOptions.-
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
Methods inherited from class ChartOptions.Basic
setHideLegend, setHideTooltips, setSubtitle, setTitleMethods inherited from class AbstractChartOptions
getThis, setBoxplotAxisLabel, setBoxplotAxisMax, setBoxplotAxisMin, setComparison, setComparisonType, setDisableDrilldown, setDisableZoom, setMarker, setMaxDataPoints, setShowZAxis, setXLogarithmic, setXMax, setXMax, setXMin, setXMin, setYLogarithmic, setYMax, setYMin, setZLabel, setZLogarithmic, setZMax, setZMinMethods inherited from class BacklinkBuilder
back, getParentMethods inherited from class ObjectIdentity
addInvocation, addInvocation, addInvocationInternal, getClassId
-
Constructor Details
-
XYLabels
-
-
Method Details
-
setXLabel
Description copied from class:AbstractChartOptionsSets the X axis label. Declaredprotectedhere; re-exposed aspublicviaChartOptions.XYLabels(and every tier built on top of it).- Overrides:
setXLabelin classAbstractChartOptions<C extends AbstractChartBuilder<C>,O extends ChartOptions.XYLabels<C, O>> - Parameters:
xLabel- the label to display on the X axis- Returns:
- this Options object, for chaining further configuration
-
setYLabel
Description copied from class:AbstractChartOptionsSets the Y axis label. Declaredprotectedhere; re-exposed aspublicviaChartOptions.XYLabels(and every tier built on top of it).- Overrides:
setYLabelin classAbstractChartOptions<C extends AbstractChartBuilder<C>,O extends ChartOptions.XYLabels<C, O>> - Parameters:
yLabel- the label to display on the Y axis- Returns:
- this Options object, for chaining further configuration
-