public final class StudyErrorBars extends StudyLine
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 and Description |
---|
StudyErrorBars() |
Modifier and Type | Method and Description |
---|---|
Analysis |
getAnalysis()
Gets or sets the Anaylsis study the StudyErrorBars will represent.
|
int |
getMarkerSize()
Gets or sets a value for the size (width) of the selected ErrorBar markers.
|
void |
resetAnalysis()
Set the property Analysis to its default value.
|
void |
resetMarkerSize()
Set the property MarkerSize to its default value.
|
void |
setAnalysis(Analysis value)
Gets or sets the Anaylsis study the StudyErrorBars will represent.
|
void |
setMarkerSize(int value)
Gets or sets a value for the size (width) of the selected ErrorBar markers.
|
getColor, getLine, getValue, isBehind, resetBehind, setBehind
getAxis, isInteractive, isVisible, resetInteractive, resetVisible, setAxis, setInteractive, setVisible
createAnalysisMultiStudy, createAnalysisStudy, createDistributionFormulaStudy, createTestMultiStudy, createTestStudy, getDecimals, getID, getText, getValue, isBold, isIndented, resetBold, resetDecimals, resetIndented, resetText, setBold, setDecimals, setIndented, setText, setValue
public Analysis getAnalysis()
Gets or sets the Anaylsis study the StudyErrorBars will represent.
setMarkerSize
method.To set the ErrorBars to show the StandardErrorOfEstimate for the series in the chart:
resetAnalysis
public void setAnalysis(Analysis value)
Gets or sets the Anaylsis study the StudyErrorBars will represent.
setMarkerSize
method.To set the ErrorBars to show the StandardErrorOfEstimate for the series in the chart:
value
- resetAnalysis
public int getMarkerSize()
Gets or sets a value for the size (width) of the selected ErrorBar markers.
setAnalysis
method may be used to assign the value/calculation the error bars represent. This value will affect the height of the error bars.To set the size of the ErrorBar markers to 50:
resetMarkerSize
public void setMarkerSize(int value)
Gets or sets a value for the size (width) of the selected ErrorBar markers.
setAnalysis
method may be used to assign the value/calculation the error bars represent. This value will affect the height of the error bars.To set the size of the ErrorBar markers to 50:
value
- resetMarkerSize
public void resetAnalysis()
setAnalysis
public void resetMarkerSize()
setMarkerSize
2014 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.