Uses of Class
net.pricefx.common.apibuilder.chart.TrendLine
-
Packages that use TrendLine Package Description net.pricefx.common.apibuilder.chart -
-
Uses of TrendLine in net.pricefx.common.apibuilder.chart
Methods in net.pricefx.common.apibuilder.chart that return TrendLine Modifier and Type Method Description TrendLine<S>
TrendLine. setColor(AuxLineColor color)
TrendLine<S>
TrendLine. setHideDataLabels(Boolean hideDataLabels)
TrendLine<S>
TrendLine. setLabel(String label)
TrendLine<S>
TrendLine. setRegressionType(String regressionType)
Assume a linear (y=a+bx) or exponential (y=a*e^bx) relationship between dependent variable y and independent variables x.TrendLine<S>
TrendLine. setShowInLegend(Boolean showInLegend)
protected TrendLine<S>
AbstractChartSeries. withTrendLine()
TrendLine<BubbleChart.BubbleSeries>
BubbleChart.BubbleSeries. withTrendLine()
TrendLine<ScatterChart.ScatterSeries>
ScatterChart.ScatterSeries. withTrendLine()
TrendLine<TimeSeriesChart.TimeSeriesSeries>
TimeSeriesChart.TimeSeriesSeries. withTrendLine()
-