ExcelScript.ChartErrorBars interface
This object represents the attributes for a chart's error bars.
Methods
get |
Specifies if error bars have an end style cap. |
get |
Specifies the formatting type of the error bars. |
get |
Specifies which parts of the error bars to include. |
get |
The type of range marked by the error bars. |
get |
Specifies whether the error bars are displayed. |
set |
Specifies if error bars have an end style cap. |
set |
Specifies which parts of the error bars to include. |
set |
The type of range marked by the error bars. |
set |
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
Office Scripts