public abstract class AbstractChartOptions<C extends AbstractChartBuilder<C>,O extends AbstractChartOptions<C,O>>
extends BacklinkBuilder<C>
Modifier | Constructor and Description |
---|---|
protected |
AbstractChartOptions(C backLink,
String instanceId) |
Modifier and Type | Method and Description |
---|---|
protected O |
getThis() |
protected O |
setBoxplotAxisLabel(String boxplotAxisLabel) |
protected O |
setBoxplotAxisMax(BigDecimal boxplotAxisMax) |
protected O |
setBoxplotAxisMin(BigDecimal boxplotAxisMin) |
protected O |
setComparison(Boolean comparison) |
protected O |
setComparisonType(ComparisonType comparisonType) |
protected O |
setDisableDrilldown(Boolean disableDrilldown) |
protected O |
setDisableZoom(Boolean disableZoom) |
protected O |
setHideLegend(Boolean hideLegend) |
protected O |
setHideTooltips(Boolean hideTooltips) |
protected O |
setMarker(BigDecimal xValue,
BigDecimal yValue) |
protected O |
setMaxDataPoints(BigDecimal maximumNumberOfDataPoints) |
protected O |
setShowZAxis(Boolean showZAxis) |
protected O |
setSubtitle(String subtitle) |
protected O |
setTitle(String title) |
protected O |
setXLabel(String xLabel) |
protected O |
setXMax(BigDecimal xMaxDecimal) |
protected O |
setXMax(Date xMaxDate) |
protected O |
setXMin(BigDecimal xMinDecimal) |
protected O |
setXMin(Date xMinDate) |
protected O |
setYLabel(String yLabel) |
protected O |
setYMax(BigDecimal xMax) |
protected O |
setYMin(BigDecimal yMin) |
protected O |
setZLabel(String zLabel) |
protected O |
setZMax(BigDecimal zMax) |
protected O |
setZMin(BigDecimal zMin) |
protected O getThis()
protected O setXMin(BigDecimal xMinDecimal)
protected O setXMax(BigDecimal xMaxDecimal)
protected O setYMin(BigDecimal yMin)
protected O setYMax(BigDecimal xMax)
protected O setZMin(BigDecimal zMin)
protected O setZMax(BigDecimal zMax)
protected O setComparisonType(ComparisonType comparisonType)
protected O setBoxplotAxisMin(BigDecimal boxplotAxisMin)
protected O setBoxplotAxisMax(BigDecimal boxplotAxisMax)
protected O setMaxDataPoints(BigDecimal maximumNumberOfDataPoints)
protected O setMarker(BigDecimal xValue, BigDecimal yValue)
Copyright © 2019. All rights reserved.