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