public interface IFunctionLine extends IDataLine
IDataLineSet
,
IFunction
,
IDataLine
Modifier and Type | Field and Description |
---|---|
static int |
FUNCTION_LINE |
CLOSE, DASH_STYLE, DOTTED_STYLE, HIGH, LOW, OPEN, SOLID_STYLE
Modifier and Type | Method and Description |
---|---|
IFunction |
getFunction()
This method returns the definition of the funtion
|
void |
setFunction(IFunction func)
This method resets the current function to a new one.
|
getCoeff, getColor, getLineStyle, getLineType, getLineValue, getSeries, getShowHintValue, getThickness, getTitle, getValueColumn, getValueHint, isSecondaryValueUsed, isTitleVisibleInLegend, setCoeff, setColor, setLineStyle, setLineType, setLineValue, setSeries, setShowHintValue, setThickness, setTitle, setTitleVisibleInLegend, setValueColumn, setValueHint, useSecondaryValue
addAnnotation, getAnnotations, getReferencePosition, isVisible, removeAnnotation
static final int FUNCTION_LINE
IFunction getFunction()
void setFunction(IFunction func)
func
- Any function which implements the simple IFunction interface