Chart FX 7 for Java Server

com.softwarefx.chartfx.server.statistical
Class StudyLinearRegression

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.StudyLinearRegression
All Implemented Interfaces:
IStudy

public class StudyLinearRegression
extends StudyLine
implements IStudy

Provides access to the StudyLinearRegression object.

This class allows the developer to customize the attributes of a LinearRegression Study.

Studies must be added to the Studies collection of the Statistical object.


Constructor Summary
StudyLinearRegression()
           
 
Method Summary
 
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

StudyLinearRegression

public StudyLinearRegression()

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.