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, setVisiblecreateAnalysisMultiStudy, createAnalysisStudy, createDistributionFormulaStudy, createTestMultiStudy, createTestStudy, getDecimals, getID, getText, getValue, isBold, isIndented, resetBold, resetDecimals, resetIndented, resetText, setBold, setDecimals, setIndented, setText, setValuepublic 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 IStudygetColor in class StudyresetColorpublic 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 - resetColorpublic 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:
resetSeriespublic 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 - resetSeriespublic java.lang.String getValue(int series)
public void resetColor()
setColorpublic void resetSeries()
setSeries2014 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.