ErrorBarsFormat

ErrorBarsFormat class

Represents error bars of chart series. ErrorBars custom values are in IChartDataPointCollection (in ( IChartDataPoint#getErrorBarsCustomValues) property).

getChart

NameDescription
getChart ()Returns the parent chart. Read-only IChart.

Returns: Chart


getFormat

NameDescription
getFormat ()Represents the format of the error bars. Read/write IFormat.

Returns: Format


getPresentation

NameDescription
getPresentation ()Returns the parent presentation of a FillFormat. Read-only IPresentation.

Returns: Presentation


getSlide

NameDescription
getSlide ()Returns the parent slide of a FillFormat. Read-only BaseSlide.

Returns: MasterHandoutSlide, BaseSlide, LayoutSlide, Slide, MasterSlide, NotesSlide, MasterNotesSlide


getType

NameDescription
getType ()Gets or sets type of error bars. Read/write ErrorBarType.

Returns: int


getValue

NameDescription
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

NameDescription
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

NameDescription
hasEndCap ()Specifies an end cap is not drawn on the error bars. Read/write boolean.

Returns: boolean


isVisible

NameDescription
isVisible ()Gets or sets Error Bars visibility . Read/write boolean.

Returns: boolean


setEndCap

NameDescription
setEndCap (boolean)Specifies an end cap is not drawn on the error bars. Read/write boolean.

Returns: void


setFormat

NameDescription
setFormat (Format)Represents the format of the error bars. Read/write IFormat.

Returns: void


setType

NameDescription
setType (int)Gets or sets type of error bars. Read/write ErrorBarType.

Returns: void


setValue

NameDescription
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.

Returns: void


setValueType

NameDescription
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.

Returns: void


setVisible

NameDescription
setVisible (boolean)Gets or sets Error Bars visibility . Read/write boolean.

Returns: void