Package | Description |
---|---|
net.pricefx.common.apibuilder.chart |
Modifier and Type | Method and 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) |
TrendLine<BubbleChart.BubbleSeries> |
BubbleChart.BubbleSeries.withTrendLine() |
TrendLine<TimeSeriesChart.TimeSeriesSeries> |
TimeSeriesChart.TimeSeriesSeries.withTrendLine() |
TrendLine<ScatterChart.ScatterSeries> |
ScatterChart.ScatterSeries.withTrendLine() |
protected TrendLine<S> |
AbstractChartSeries.withTrendLine() |
Copyright © 2019. All rights reserved.