|
Chart FX 7 for Java Server | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwarefx.chartfx.server.statistical.Study
com.softwarefx.chartfx.server.statistical.StudyInteractive
com.softwarefx.chartfx.server.statistical.StudyLine
com.softwarefx.chartfx.server.statistical.StudyErrorBars
public class StudyErrorBars
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 |
---|
public StudyErrorBars()
Method Detail |
---|
public Analysis getAnalysis()
Gets the Analysis. For more detail see setAnalysis(com.softwarefx.chartfx.server.statistical.Analysis)
.
public int getMarkerSize()
Gets the MarkerSize. For more detail see setMarkerSize(int)
.
public void setAnalysis(Analysis value)
Sets the Anaylsis study the StudyErrorBars will represent.
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.
setMarkerSize(int)
,
Statistics.getStudies()
,
StudiesCollection.add(com.softwarefx.chartfx.server.statistical.Analysis)
,
StudiesCollection
,
Statistics
public void setMarkerSize(int value)
Sets a value for the size (width) of the selected ErrorBar markers.
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.
setAnalysis(com.softwarefx.chartfx.server.statistical.Analysis)
,
StudiesCollection.add(com.softwarefx.chartfx.server.statistical.Analysis)
,
Statistics
,
StudyCollection
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |