public interface IControlLine extends IHorzVertLine
IDataLineSet
,
IDataLine
Modifier and Type | Field and Description |
---|---|
static int |
CONTROL_AVERAGE
A line type constant
|
static int |
MAXIMUM
A line type constant
|
static int |
MINIMUM
A line type constant
|
static int |
STANDARD_DEVIATION
A line type constant
|
CIRCULAR_STYLE, HORIZONTAL_LINE, SEGMENTED_STYLE, VERTICAL_LINE
CLOSE, DASH_STYLE, DOTTED_STYLE, HIGH, LOW, OPEN, SOLID_STYLE
Modifier and Type | Method and Description |
---|---|
double |
getAverage()
Get the average of the selected data set
|
double |
getCalculatedValue()
Get the calculated value used for plotting the line
|
int |
getLineType()
Get the line type
|
double |
getLineValue()
Get the value of the multiplier
|
double |
getMax()
Get the maximum value of the selected data set
|
double |
getMin()
Get the minimum value of the selected data set
|
double |
getStandardDev()
Get the standard deviation of the selected data set
|
void |
setLineType(int lineType)
Sets the line type.
|
void |
setLineValue(double line_value)
This function is only valid for control line STANDARD_DEVIATION.
|
getColorAboveLine, getColorBelowLine, getLineFromValue, getLineToValue, setColorAboveLine, setColorBelowLine, setLineFromValue, setLineToValue
getCoeff, getColor, getLineStyle, getSeries, getShowHintValue, getThickness, getTitle, getValueColumn, getValueHint, isSecondaryValueUsed, isTitleVisibleInLegend, setCoeff, setColor, setLineStyle, setSeries, setShowHintValue, setThickness, setTitle, setTitleVisibleInLegend, setValueColumn, setValueHint, useSecondaryValue
addAnnotation, getAnnotations, getReferencePosition, isVisible, removeAnnotation
static final int CONTROL_AVERAGE
static final int STANDARD_DEVIATION
static final int MINIMUM
static final int MAXIMUM
void setLineType(int lineType)
setLineType
in interface IDataLine
setLineType
in interface IHorzVertLine
lineType
- the type of this data line.int getLineType()
getLineType
in interface IDataLine
getLineType
in interface IHorzVertLine
void setLineValue(double line_value)
setLineValue
in interface IDataLine
setLineValue
in interface IHorzVertLine
double getLineValue()
getLineValue
in interface IDataLine
getLineValue
in interface IHorzVertLine
double getAverage()
double getStandardDev()
double getMin()
double getMax()
double getCalculatedValue()