Class HistogramChart.HistogramOptions
- Object
-
- ObjectIdentity
-
- BacklinkBuilder<C>
-
- AbstractChartOptions<C,O>
-
- ChartOptions.Basic<C,O>
-
- ChartOptions.XYLabels<C,O>
-
- ChartOptions.ZAxis<HistogramChart,HistogramChart.HistogramOptions>
-
- HistogramOptions
-
- Enclosing class:
- HistogramChart
public static class HistogramChart.HistogramOptions extends ChartOptions.ZAxis<HistogramChart,HistogramChart.HistogramOptions>
-
-
Constructor Summary
Constructors Constructor Description HistogramOptions(HistogramChart backLink, String instanceId)
-
Method Summary
-
Methods inherited from class ChartOptions.ZAxis
setComparison, setShowZAxis, setYMax, setYMin, setZLabel, setZMax, setZMin
-
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, setComparisonType, setDisableDrilldown, setDisableZoom, setMarker, setMaxDataPoints, setXLogarithmic, setXMax, setXMax, setXMin, setXMin, setYLogarithmic, setZLogarithmic
-
-
-
-
Constructor Detail
-
HistogramOptions
public HistogramOptions(HistogramChart backLink, String instanceId)
-
-