Class TrendLine<S extends AbstractChartSeries<?,?>>
Object
ObjectIdentity
BacklinkBuilder<S>
TrendLine<S>
-
Field Summary
Fields inherited from class BacklinkBuilder
METHOD_BACK
Fields inherited from class ObjectIdentity
classId, idGenerator, instanceId, invocations, m, NONE, parentObjectIdentity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsetColor
(AuxLineColor color) setHideDataLabels
(Boolean hideDataLabels) setRegressionType
(String regressionType) Assume a linear (y=a+bx) or exponential (y=a*e^bx) relationship between dependent variable y and independent variables x.setShowInLegend
(Boolean showInLegend) Methods inherited from class BacklinkBuilder
back, getParent
Methods inherited from class ObjectIdentity
addInvocation, addInvocation
-
Constructor Details
-
TrendLine
-
-
Method Details
-
setLabel
-
setRegressionType
Assume a linear (y=a+bx) or exponential (y=a*e^bx) relationship between dependent variable y and independent variables x.- Parameters:
regressionType
- 'linear' or 'exponential'- Returns:
-
setShowInLegend
-
setHideDataLabels
-
setColor
-