Excel.Interfaces.ChartBoxwhiskerOptionsLoadOptions interface
Represents the properties of a box and whisker chart.
Remarks
Properties
$all | Specifying |
quartile |
Specifies if the quartile calculation type of a box and whisker chart. |
show |
Specifies if inner points are shown in a box and whisker chart. |
show |
Specifies if the mean line is shown in a box and whisker chart. |
show |
Specifies if the mean marker is shown in a box and whisker chart. |
show |
Specifies if outlier points are shown in a box and whisker chart. |
Property Details
$all
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
quartileCalculation
Specifies if the quartile calculation type of a box and whisker chart.
quartileCalculation?: boolean;
Property Value
boolean
Remarks
showInnerPoints
Specifies if inner points are shown in a box and whisker chart.
showInnerPoints?: boolean;
Property Value
boolean
Remarks
showMeanLine
Specifies if the mean line is shown in a box and whisker chart.
showMeanLine?: boolean;
Property Value
boolean
Remarks
showMeanMarker
Specifies if the mean marker is shown in a box and whisker chart.
showMeanMarker?: boolean;
Property Value
boolean
Remarks
showOutlierPoints
Specifies if outlier points are shown in a box and whisker chart.
showOutlierPoints?: boolean;
Property Value
boolean
Remarks
Office Add-ins