Excel.Interfaces.ChartErrorBarsLoadOptions interface

Warning

This API is now deprecated.

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

Remarks

[ API set: ExcelApi 1.9 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

endStyleCap

Specifies if error bars have an end style cap.

format

Specifies the formatting type of the error bars.

include

Specifies which parts of the error bars to include.

type

The type of range marked by the error bars.

visible

Specifies whether the error bars are displayed.

Property Details

$all

Warning

This API is now deprecated.

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

$all?: boolean;

Property Value

boolean

endStyleCap

Warning

This API is now deprecated.

Specifies if error bars have an end style cap.

endStyleCap?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]

format

Warning

This API is now deprecated.

Specifies the formatting type of the error bars.

format?: Excel.Interfaces.ChartErrorBarsFormatLoadOptions;

Property Value

Remarks

[ API set: ExcelApi 1.9 ]

include

Warning

This API is now deprecated.

Specifies which parts of the error bars to include.

include?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]

type

Warning

This API is now deprecated.

The type of range marked by the error bars.

type?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]

visible

Warning

This API is now deprecated.

Specifies whether the error bars are displayed.

visible?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]