Excel.Interfaces.ChartErrorBarsLoadOptions interface
This object represents the attributes for a chart's error bars.
$all | Specifying |
end |
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. |
Specifying $all
for the load options loads all the scalar properties (such as Range.address
) but not the navigational properties (such as Range.format.fill.color
).
$all?: boolean;
Property Value
boolean
Specifies if error bars have an end style cap.
endStyleCap?: boolean;
Property Value
boolean
Remarks
Specifies the formatting type of the error bars.
format?: Excel.Interfaces.ChartErrorBarsFormatLoadOptions;
Property Value
Remarks
Specifies which parts of the error bars to include.
include?: boolean;
Property Value
boolean
Remarks
The type of range marked by the error bars.
type?: boolean;
Property Value
boolean
Remarks
Specifies whether the error bars are displayed.
visible?: boolean;
Property Value
boolean
Remarks
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: