Chart FX 7 for Java Server

com.softwarefx.chartfx.server.statistical
Class StudyErrorBars

java.lang.Object
  extended by com.softwarefx.chartfx.server.statistical.Study
      extended by com.softwarefx.chartfx.server.statistical.StudyInteractive
          extended by com.softwarefx.chartfx.server.statistical.StudyLine
              extended by com.softwarefx.chartfx.server.statistical.StudyErrorBars
All Implemented Interfaces:
IStudy

public class StudyErrorBars
extends StudyLine
implements IStudy

Provides access to the StudyErrorBars object

This class is specifically used to control attributes of studies that include error bars for display. The supported members allow developers to control what the errors will represent, size, color, etc.


Constructor Summary
StudyErrorBars()
           
 
Method Summary
 Analysis getAnalysis()
          Gets the Analysis.
 int getMarkerSize()
          Gets the MarkerSize.
 void setAnalysis(Analysis value)
          Sets the Anaylsis study the StudyErrorBars will represent.
 void setMarkerSize(int value)
          Sets a value for the size (width) of the selected ErrorBar markers.
 
Methods inherited from class com.softwarefx.chartfx.server.statistical.StudyLine
getColor, getLine, getValue, isBehind, setBehind
 
Methods inherited from class com.softwarefx.chartfx.server.statistical.StudyInteractive
getAxis, isInteractive, isVisible, setAxis, setInteractive, setVisible
 
Methods inherited from class com.softwarefx.chartfx.server.statistical.Study
createStudy, createStudy, createStudy, createStudy, createStudy, 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
 
Methods inherited from interface com.softwarefx.chartfx.server.statistical.IStudy
getColor, getText, getValue, isBold, isIndented, isInteractive, isVisible, setBold, setIndented, setVisible
 

Constructor Detail

StudyErrorBars

public StudyErrorBars()
Method Detail

getAnalysis

public Analysis getAnalysis()

Gets the Analysis. For more detail see setAnalysis(com.softwarefx.chartfx.server.statistical.Analysis).


getMarkerSize

public int getMarkerSize()

Gets the MarkerSize. For more detail see setMarkerSize(int).


setAnalysis

public void setAnalysis(Analysis value)

Sets the Anaylsis study the StudyErrorBars will represent.

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

  • While this property affects the range of the error bars vertically, the length of the error bars is determined by the setMarkerSize(int) property.

  • See Also:
    setMarkerSize(int), Statistics.getStudies(), StudiesCollection.add(com.softwarefx.chartfx.server.statistical.Analysis), StudiesCollection, Statistics

    setMarkerSize

    public void setMarkerSize(int value)

    Sets a value for the size (width) of the selected ErrorBar markers.

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

  • The setAnalysis(com.softwarefx.chartfx.server.statistical.Analysis) property may be used to assign the value/calculation the error bars represent. This value will affect the height of the error bars.

  • See Also:
    setAnalysis(com.softwarefx.chartfx.server.statistical.Analysis), StudiesCollection.add(com.softwarefx.chartfx.server.statistical.Analysis), Statistics, StudyCollection

    http://www.softwarefx.com

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