|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IErrorBarsCustomValues
Specifies the errors bar values. It shall be used only when the Error bars value type is Custom.
Method Summary | |
---|---|
IDoubleChartValue |
getXMinus()
Specifies the error bar value in the negative direction. |
IDoubleChartValue |
getXPlus()
Specifies the error bar value in the positive direction. |
IDoubleChartValue |
getYMinus()
Specifies the error bar value in the negative direction. |
IDoubleChartValue |
getYPlus()
Specifies the error bar value in the positive direction. |
Method Detail |
---|
IDoubleChartValue getXMinus()
Specifies the error bar value in the negative direction.
Avalible if error bars value type is Custom and ErrorBarsXFormat is allowed.
In any other case this property returns null.
Read-only IDoubleChartValue
.
IDoubleChartValue getYMinus()
Specifies the error bar value in the negative direction.
Avalible if error bars value type is Custom and ErrorBarsYFormat is allowed.
In any other case this property returns null.
Read-only IDoubleChartValue
.
IDoubleChartValue getXPlus()
Specifies the error bar value in the positive direction.
Avalible if error bars value type is Custom and ErrorBarsXFormat is allowed.
In any other case this property returns null.
Read-only IDoubleChartValue
.
IDoubleChartValue getYPlus()
Specifies the error bar value in the positive direction.
Avalible if error bars value type is Custom and ErrorBarsYFormat is allowed.
In any other case this property returns null.
Read-only IDoubleChartValue
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |