public class StudyLine extends StudyInteractive
This class is specifically used to control attributes of studies that utilize a Line object.
Constructor and Description |
---|
StudyLine() |
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getColor()
Description goes here
|
Line |
getLine()
Gets the Line object and exposes the supported members of the Line class.
|
java.lang.String |
getValue(int series)
Description goes here
|
boolean |
isBehind()
Gets or sets a value indicating whether a selected StudyLine object will be painted infront or behind data series in the chart.
|
void |
resetBehind()
Set the property Behind to its default value.
|
void |
setBehind(boolean value)
Gets or sets a value indicating whether a selected StudyLine object will be painted infront or behind data series in the chart.
|
getAxis, isInteractive, isVisible, resetInteractive, resetVisible, setAxis, setInteractive, setVisible
createAnalysisMultiStudy, createAnalysisStudy, createDistributionFormulaStudy, createTestMultiStudy, createTestStudy, getDecimals, getID, getText, getValue, isBold, isIndented, resetBold, resetDecimals, resetIndented, resetText, setBold, setDecimals, setIndented, setText, setValue
public boolean isBehind()
Gets or sets a value indicating whether a selected StudyLine object will be painted infront or behind data series in the chart.
setLine
method exposes additional members to customize the width, style, and caps for the selected line.To set the select StudyLine object to be painted infront of the data series:
resetBehind
public void setBehind(boolean value)
Gets or sets a value indicating whether a selected StudyLine object will be painted infront or behind data series in the chart.
setLine
method exposes additional members to customize the width, style, and caps for the selected line.To set the select StudyLine object to be painted infront of the data series:
value
- resetBehind
public java.awt.Color getColor()
public Line getLine()
Gets the Line object and exposes the supported members of the Line class.
public java.lang.String getValue(int series)
public void resetBehind()
isBehind
2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.