Excel.Interfaces.ChartBoxwhiskerOptionsUpdateData interface
An interface for updating data on the ChartBoxwhiskerOptions
object, for use in chartBoxwhiskerOptions.set({ ... })
.
Properties
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
quartileCalculation
Specifies if the quartile calculation type of a box and whisker chart.
quartileCalculation?: Excel.ChartBoxQuartileCalculation | "Inclusive" | "Exclusive";
Property Value
Excel.ChartBoxQuartileCalculation | "Inclusive" | "Exclusive"
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