Uses of Class
net.pricefx.common.apibuilder.chart.BubbleChart.BubbleSeries
-
Packages that use BubbleChart.BubbleSeries Package Description net.pricefx.common.apibuilder.chart -
-
Uses of BubbleChart.BubbleSeries in net.pricefx.common.apibuilder.chart
Methods in net.pricefx.common.apibuilder.chart that return BubbleChart.BubbleSeries Modifier and Type Method Description BubbleChart.BubbleSeries
BubbleChart. addSeries()
Methods in net.pricefx.common.apibuilder.chart that return types with arguments of type BubbleChart.BubbleSeries Modifier and Type Method Description AggrFieldAxis<BubbleChart.BubbleSeries>
BubbleChart.BubbleSeries. setAxisX(String axisX)
AggrFieldAxis<BubbleChart.BubbleSeries>
BubbleChart.BubbleSeries. setAxisY(String axisY)
LimitToMeasure<BubbleChart.BubbleSeries>
BubbleChart.BubbleSeries. setLimitTo(LimitPosition limitPosition, BigDecimal amount, LimitType limitType)
TrendLine<BubbleChart.BubbleSeries>
BubbleChart.BubbleSeries. withTrendLine()
Constructors in net.pricefx.common.apibuilder.chart with parameters of type BubbleChart.BubbleSeries Constructor Description BubbleAdditionalMeasure(BubbleChart.BubbleSeries backLink, String instanceId)
BubbleSize(BubbleChart.BubbleSeries backLink, String instanceId, String classId)
-