Represents error bars of chart series. ErrorBars custom values are in IChartDataPointCollection
(in ( IChartDataPoint#getErrorBarsCustomValues) property).
Gets or sets type of error bars. Read/write ErrorBarType.
Returns:
int
getValue
Name
Description
getValue ()
Gets or sets value which is used with Fixed, Percentage and StandardDeviation value types to determine the length of the error bars. In any other case will return NaN. Read/write float.
Returns:
float
getValueType
Name
Description
getValueType ()
Represents possible ways to determine the length of the error bars. In case of custom value type to specify value use ( IChartDataPoint#getErrorBarsCustomValues) property of specific data point in DataPoints collection of series. In case of Fixed, Percentage or StandardDeviation value type use Value property to specify value. Read/write ErrorBarValueType.
Returns:
int
hasEndCap
Name
Description
hasEndCap ()
Specifies an end cap is not drawn on the error bars. Read/write boolean.
Returns:
boolean
isVisible
Name
Description
isVisible ()
Gets or sets Error Bars visibility . Read/write boolean.
Returns:
boolean
setEndCap
Name
Description
setEndCap (boolean)
Specifies an end cap is not drawn on the error bars. Read/write boolean.
Represents the format of the error bars. Read/write IFormat.
setType
Name
Description
setType (int)
Gets or sets type of error bars. Read/write ErrorBarType.
setValue
Name
Description
setValue (float)
Gets or sets value which is used with Fixed, Percentage and StandardDeviation value types to determine the length of the error bars. In any other case will return NaN. Read/write float.
setValueType
Name
Description
setValueType (int)
Represents possible ways to determine the length of the error bars. In case of custom value type to specify value use ( IChartDataPoint#getErrorBarsCustomValues) property of specific data point in DataPoints collection of series. In case of Fixed, Percentage or StandardDeviation value type use Value property to specify value. Read/write ErrorBarValueType.
setVisible
Name
Description
setVisible (boolean)
Gets or sets Error Bars visibility . Read/write boolean.