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, setBehindgetAxis, isInteractive, isVisible, resetInteractive, resetVisible, setAxis, setInteractive, setVisiblecreateAnalysisMultiStudy, createAnalysisStudy, createDistributionFormulaStudy, createTestMultiStudy, createTestStudy, getDecimals, getID, getText, getValue, isBold, isIndented, resetBold, resetDecimals, resetIndented, resetText, setBold, setDecimals, setIndented, setText, setValuepublic 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:
resetAnalysispublic 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 - resetAnalysispublic 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:
resetMarkerSizepublic 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 - resetMarkerSizepublic void resetAnalysis()
setAnalysispublic void resetMarkerSize()
setMarkerSize2014 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.