ExcelScript.ChartErrorBars interface

This object represents the attributes for a chart's error bars.

Methods

getEndStyleCap()

Specifies if error bars have an end style cap.

getFormat()

Specifies the formatting type of the error bars.

getInclude()

Specifies which parts of the error bars to include.

getType()

The type of range marked by the error bars.

getVisible()

Specifies whether the error bars are displayed.

setEndStyleCap(endStyleCap)

Specifies if error bars have an end style cap.

setInclude(include)

Specifies which parts of the error bars to include.

setType(type)

The type of range marked by the error bars.

setVisible(visible)

Specifies whether the error bars are displayed.

Method Details

getEndStyleCap()

Specifies if error bars have an end style cap.

getEndStyleCap(): boolean;

Returns

boolean

getFormat()

Specifies the formatting type of the error bars.

getFormat(): ChartErrorBarsFormat;

Returns

getInclude()

Specifies which parts of the error bars to include.

getInclude(): ChartErrorBarsInclude;

Returns

getType()

The type of range marked by the error bars.

getType(): ChartErrorBarsType;

Returns

getVisible()

Specifies whether the error bars are displayed.

getVisible(): boolean;

Returns

boolean

setEndStyleCap(endStyleCap)

Specifies if error bars have an end style cap.

setEndStyleCap(endStyleCap: boolean): void;

Parameters

endStyleCap

boolean

Returns

void

setInclude(include)

Specifies which parts of the error bars to include.

setInclude(include: ChartErrorBarsInclude): void;

Parameters

Returns

void

setType(type)

The type of range marked by the error bars.

setType(type: ChartErrorBarsType): void;

Parameters

Returns

void

setVisible(visible)

Specifies whether the error bars are displayed.

setVisible(visible: boolean): void;

Parameters

visible

boolean

Returns

void