Class HeatmapChart.HeatmapSeries
Object
ObjectIdentity
BacklinkBuilder<HeatmapChart>
- Enclosing class:
HeatmapChart
public static class HeatmapChart.HeatmapSeries
extends ChartSeries.Basic<HeatmapChart,HeatmapChart.HeatmapSeries>
-
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 TypeMethodDescriptionAggrFieldAxis<HeatmapChart.HeatmapSeries> setColorAxis(String colorAxis) setLimitTo(LimitPosition limitPosition, BigDecimal amount, LimitType limitType) Limits this series to its top or bottomamountrows by measure value, for example the top 10 customers by revenue.withSortByAxisX(SortType sortType) Sorts this series by its X axis values.withSortByAxisY(SortType sortType) Sorts this series by its Y axis values.Methods inherited from class ChartSeries.Basic
setHideDataLabelsMethods 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, setShowBandByLegend, setShowBoxplot, setType, setWhisker, withTrendLineMethods inherited from class BacklinkBuilder
back, getParentMethods inherited from class ObjectIdentity
addInvocation, addInvocation, addInvocationInternal, getClassId
-
Constructor Details
-
HeatmapSeries
-
-
Method Details
-
setLimitTo
public LimitToMeasure<HeatmapChart.HeatmapSeries> setLimitTo(LimitPosition limitPosition, BigDecimal amount, LimitType limitType) Description copied from class:AbstractChartSeriesLimits this series to its top or bottomamountrows by measure value, for example the top 10 customers by revenue. Declaredprotectedhere; a concrete series type re-exposes it aspubliconly if that chart type supports Top-N/Bottom-N limiting. By default the limit applies to the series' own measure; callLimitToMeasure.setMeasure(String)on the returned builder to limit by a different measure instead.- Overrides:
setLimitToin classAbstractChartSeries<HeatmapChart,HeatmapChart.HeatmapSeries> - Parameters:
limitPosition-LimitPosition.TOPorLimitPosition.BOTTOMamount- the number of rows to keeplimitType- the kind of limit to apply; currently onlyLimitType.ROWexists- Returns:
- a new
LimitToMeasurebuilder for this series. Nevernull.
-
setAxisX
-
withSortByAxisX
Description copied from class:AbstractChartSeriesSorts this series by its X axis values. Declaredprotectedhere; a concrete series type re-exposes it aspubliconly if that chart type supports sorting by the X axis.- Overrides:
withSortByAxisXin classAbstractChartSeries<HeatmapChart,HeatmapChart.HeatmapSeries> - Parameters:
sortType- the sort direction to apply- Returns:
- this series, for chaining further configuration
- See Also:
-
setAxisY
-
withSortByAxisY
Description copied from class:AbstractChartSeriesSorts this series by its Y axis values. Declaredprotectedhere; a concrete series type re-exposes it aspubliconly if that chart type supports sorting by the Y axis.- Overrides:
withSortByAxisYin classAbstractChartSeries<HeatmapChart,HeatmapChart.HeatmapSeries> - Parameters:
sortType- the sort direction to apply- Returns:
- this series, for chaining further configuration
- See Also:
-
setColorAxis
-
normalizeAcrossColumns
-
normalizeAcrossRows
-
addAdditionalMeasure
-