public final class StudyZScores extends StudyInteractive
This class is specifically used to control attributes of studies that include z scores for display. The supported members allow developers to control what the z scores lines selected data series and color.
Constructor and Description |
---|
StudyZScores() |
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getColor()
Gets or sets the color for the selected StudyZScores object.
|
int |
getSeries()
Gets or sets a value indicating which series in the chart the ZScore study will be applied.
|
java.lang.String |
getValue(int series)
Description goes here
|
void |
resetColor()
Set the property Color to its default value.
|
void |
resetSeries()
Set the property Series to its default value.
|
void |
setColor(java.awt.Color value)
Gets or sets the color for the selected StudyZScores object.
|
void |
setSeries(int value)
Gets or sets a value indicating which series in the chart the ZScore study will be applied.
|
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 java.awt.Color getColor()
Gets or sets the color for the selected StudyZScores object.
You can obtain the StudyZScores object for a selected study when adding the study to the Studies collection as follows:
The setSeries
method may be used to assign which series the ZScores study will be applied.
To set the Color for the ZScore study lines to HotPink:
getColor
in interface IStudy
getColor
in class Study
resetColor
public void setColor(java.awt.Color value)
Gets or sets the color for the selected StudyZScores object.
You can obtain the StudyZScores object for a selected study when adding the study to the Studies collection as follows:
The setSeries
method may be used to assign which series the ZScores study will be applied.
To set the Color for the ZScore study lines to HotPink:
value
- resetColor
public int getSeries()
Gets or sets a value indicating which series in the chart the ZScore study will be applied.
You can obtain the StudyZScores object for a selected study when adding the study to the Studies collection as follows:
You can configure the color for the ZScore lines in the chart using the setColor
method.
To configure the StudyZScores object to the 2nd series in the chart:
resetSeries
public void setSeries(int value)
Gets or sets a value indicating which series in the chart the ZScore study will be applied.
You can obtain the StudyZScores object for a selected study when adding the study to the Studies collection as follows:
You can configure the color for the ZScore lines in the chart using the setColor
method.
To configure the StudyZScores object to the 2nd series in the chart:
value
- resetSeries
public java.lang.String getValue(int series)
public void resetColor()
setColor
public void resetSeries()
setSeries
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.