Chart FX for Java 6.5

SoftwareFX.ChartFX.Statistical
Class StudyZScores

java.lang.Object
  extended by SoftwareFX.ChartFX.Statistical.Study
      extended by SoftwareFX.ChartFX.Statistical.StudyInteractive
          extended by SoftwareFX.ChartFX.Statistical.StudyZScores

public final class StudyZScores
extends StudyInteractive

Provides access to the StudyZScores object.

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 Summary
StudyZScores()
           
 
Method Summary
 java.awt.Color getColor()
          Gets the Color.
 int getSeries()
          Gets the Series.
 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.
 
Methods inherited from class SoftwareFX.ChartFX.Statistical.StudyInteractive
getAxis, isInteractive, isVisible, setAxis, setInteractive, setVisible
 
Methods inherited from class SoftwareFX.ChartFX.Statistical.Study
createStudyAnalysis, createStudyAnalysisMulti, createStudyDistributionFormula, createStudyTest, createStudyTestMulti, getDecimals, getID, getText, getValue, isBold, isIndented, setBold, setDecimals, setIndented, setText, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StudyZScores

public StudyZScores()
Method Detail

getColor

public java.awt.Color getColor()

Gets the Color. For more detail see setColor(java.awt.Color).


getSeries

public int getSeries()

Gets the Series. For more detail see setSeries(int).


setColor

public void setColor(java.awt.Color value)

Gets or sets the color for the selected StudyZScores object.

Remarks:
  • You can obtain the StudyZScores object for a selected study when adding the study to the Studies collection as follows:

    StudyZScores zs1 = (StudyZScores) statistics1.getStudies().addAnalysis(Analysis.ZSCORES);

  • The setSeries(int)property may be used to assign which series the ZScores study will be applied.

  • See Also:
    setSeries(int), Statistics.getStudies(), StudiesCollection.add(java.lang.Object), StudiesCollection, Statistics

    setSeries

    public void setSeries(int value)

    Gets or sets a value indicating which series in the chart the ZScore study will be applied.

    Remarks:
  • You can obtain the StudyZScores object for a selected study when adding the study to the Studies collection as follows:

    StudyZScores zs1 = (StudyZScores) statistics1.getStudies().addAnalysis(Analysis.ZSCORES);

  • You can configure the color for the ZScore lines in the chart using the setColor(java.awt.Color) property.

  • See Also:
    setColor(java.awt.Color), Statistics.getStudies(), StudiesCollection.add(java.lang.Object), StudiesCollection, Statistics

    http://www.softwarefx.com

    2007 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.