public class TrendLine<S extends AbstractChartSeries<?,?>>
extends BacklinkBuilder<S>
Constructor and Description |
---|
TrendLine(S backLink,
String instanceId,
String classId) |
Modifier and Type | Method and Description |
---|---|
TrendLine<S> |
setColor(AuxLineColor color) |
TrendLine<S> |
setHideDataLabels(Boolean hideDataLabels) |
TrendLine<S> |
setLabel(String label) |
TrendLine<S> |
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> |
setShowInLegend(Boolean showInLegend) |
public TrendLine<S> setRegressionType(String regressionType)
regressionType
- 'linear' or 'exponential'public TrendLine<S> setColor(AuxLineColor color)
Copyright © 2019. All rights reserved.