Class AbstractChartOptions<C extends AbstractChartBuilder<C>,​O extends AbstractChartOptions<C,​O>>

    • Constructor Detail

      • AbstractChartOptions

        protected AbstractChartOptions​(C backLink,
                                       String instanceId)
    • Method Detail

      • getThis

        protected O getThis()
      • setTitle

        protected O setTitle​(String title)
      • setSubtitle

        protected O setSubtitle​(String subtitle)
      • setHideLegend

        protected O setHideLegend​(Boolean hideLegend)
      • setHideTooltips

        protected O setHideTooltips​(Boolean hideTooltips)
      • setXLabel

        protected O setXLabel​(String xLabel)
      • setXMin

        protected O setXMin​(BigDecimal xMinDecimal)
      • setXMin

        protected O setXMin​(Date xMinDate)
      • setXMax

        protected O setXMax​(BigDecimal xMaxDecimal)
      • setXMax

        protected O setXMax​(Date xMaxDate)
      • setXLogarithmic

        protected O setXLogarithmic​(boolean enable)
      • setYLabel

        protected O setYLabel​(String yLabel)
      • setYLogarithmic

        protected O setYLogarithmic​(boolean enable)
      • setShowZAxis

        protected O setShowZAxis​(Boolean showZAxis)
      • setZLabel

        protected O setZLabel​(String zLabel)
      • setZLogarithmic

        protected O setZLogarithmic​(boolean enable)
      • setComparison

        protected O setComparison​(Boolean comparison)
      • setComparisonType

        protected O setComparisonType​(ComparisonType comparisonType)
      • setBoxplotAxisLabel

        protected O setBoxplotAxisLabel​(String boxplotAxisLabel)
      • setBoxplotAxisMin

        protected O setBoxplotAxisMin​(BigDecimal boxplotAxisMin)
      • setBoxplotAxisMax

        protected O setBoxplotAxisMax​(BigDecimal boxplotAxisMax)
      • setDisableDrilldown

        protected O setDisableDrilldown​(Boolean disableDrilldown)
      • setDisableZoom

        protected O setDisableZoom​(Boolean disableZoom)
      • setMaxDataPoints

        protected O setMaxDataPoints​(BigDecimal maximumNumberOfDataPoints)