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>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description O
setXLabel(String xLabel)
O
setYLabel(String yLabel)
-
Methods inherited from class ChartOptions.Basic
setHideLegend, setHideTooltips, setSubtitle, setTitle
-
Methods 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, setZMin
-
-
-
-
Method Detail
-
setXLabel
public final O setXLabel(String xLabel)
- Overrides:
setXLabel
in classAbstractChartOptions<C extends AbstractChartBuilder<C>,O extends ChartOptions.XYLabels<C,O>>
-
setYLabel
public final O setYLabel(String yLabel)
- Overrides:
setYLabel
in classAbstractChartOptions<C extends AbstractChartBuilder<C>,O extends ChartOptions.XYLabels<C,O>>
-
-