Class ChartSeries.Basic<C extends AbstractChartBuilder<C>,S extends ChartSeries.Basic<C,S>>
Object
ObjectIdentity
BacklinkBuilder<C>
AbstractChartSeries<C,S>
Basic<C,S>
- Direct Known Subclasses:
ChartSeries.Aggregation,ChartSeries.EmbeddedBoxplot,DataTableChart.DataTableSeries,DetailedTimeSeriesChart.DetailedTimeSeriesSeries,HeatmapChart.HeatmapSeries,HistogramChart.HistogramSeries,PieChart.PieSeries,WaterfallChart.WaterfallSeries,WaterfallComparisonChart.WaterfallComparisonSeries
- Enclosing class:
ChartSeries
public abstract static class ChartSeries.Basic<C extends AbstractChartBuilder<C>,S extends ChartSeries.Basic<C,S>>
extends AbstractChartSeries<C,S>
Re-exposes
AbstractChartSeries.setHideDataLabels(Boolean) as public; the tier extended by
a concrete series type that supports hiding data labels but none of ChartSeries.EmbeddedBoxplot's or
ChartSeries.Aggregation's further options.-
Field Summary
Fields inherited from class AbstractChartSeries
aggregationsFilter, customersFilter, filters, productsFilterFields inherited from class BacklinkBuilder
METHOD_BACKFields inherited from class ObjectIdentity
classId, idGenerator, instanceId, invocations, m, NONE, parentObjectIdentity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal SsetHideDataLabels(Boolean hideDataLabels) Hides this series' data labels (the value shown on or next to each point/bar/slice).Methods inherited from class AbstractChartSeries
addAggregationsFilter, addCustomersFilter, addDimFilter, addFilters, addFilters, addProductsFilter, getFilters, getThis, invokeAddAdditionalMeasure, protectedSetAggrFieldAxisX, protectedSetAggrFieldAxisY, protectedSetAxisX, protectedSetAxisY, protectedSetNonAggrFieldAxisX, protectedSetNonAggrFieldAxisY, setAggregationBy, setBandBy, setBoxplotAxis, setComparisonDim, setCurrency, setDatamart, setFormula, setGeneratedQueryDto, setHideOther, setLabel, setLimitTo, setShowBandByLegend, setShowBoxplot, setType, setWhisker, withSortByAxisX, withSortByAxisY, withTrendLineMethods inherited from class BacklinkBuilder
back, getParentMethods inherited from class ObjectIdentity
addInvocation, addInvocation, addInvocationInternal, getClassId
-
Constructor Details
-
Basic
-
-
Method Details
-
setHideDataLabels
Description copied from class:AbstractChartSeriesHides this series' data labels (the value shown on or next to each point/bar/slice). Declaredprotectedhere; a concrete series type re-exposes it aspubliconly if that chart type supports data labels.- Overrides:
setHideDataLabelsin classAbstractChartSeries<C extends AbstractChartBuilder<C>,S extends ChartSeries.Basic<C, S>> - Parameters:
hideDataLabels-trueto hide the labels;falseornullto show them- Returns:
- this series, for chaining further configuration
-