Uses of Class
net.pricefx.common.apibuilder.chart.HeatmapChart.HeatmapSeries
Packages that use HeatmapChart.HeatmapSeries
Package
Description
Fluent builders for chart definitions rendered by the Pricefx user interface.
-
Uses of HeatmapChart.HeatmapSeries in net.pricefx.common.apibuilder.chart
Methods in net.pricefx.common.apibuilder.chart that return HeatmapChart.HeatmapSeriesModifier and TypeMethodDescriptionHeatmapChart.getSeries()Returns this chart's single series, creating it on first call.HeatmapChart.HeatmapSeries.normalizeAcrossColumns()Normalizes each Y axis category (row) to sum to 100%, so cell colors within a row show each column's share of that row's total rather than its raw aggregated value.HeatmapChart.HeatmapSeries.normalizeAcrossRows()Normalizes each X axis category (column) to sum to 100%, so cell colors within a column show each row's share of that column's total rather than its raw aggregated value.Sets the plain category field shown along the grid's X axis (columns), for example a product group.Sets the plain category field shown along the grid's Y axis (rows), for example a region.HeatmapChart.HeatmapSeries.withSortByAxisX(SortType sortType) HeatmapChart.HeatmapSeries.withSortByAxisY(SortType sortType) Methods in net.pricefx.common.apibuilder.chart that return types with arguments of type HeatmapChart.HeatmapSeriesModifier and TypeMethodDescriptionAggrFieldAxis<HeatmapChart.HeatmapSeries> HeatmapChart.HeatmapSeries.setColorAxis(String colorAxis) Sets the aggregated numeric measure that determines each grid cell's color, the "Color Axis" in the Data Analyzer UI.HeatmapChart.HeatmapSeries.setLimitTo(LimitPosition limitPosition, BigDecimal amount, LimitType limitType) Constructors in net.pricefx.common.apibuilder.chart with parameters of type HeatmapChart.HeatmapSeriesModifierConstructorDescriptionHeatmapAdditionalMeasure(HeatmapChart.HeatmapSeries backLink, String instanceId)