Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.Interfaces.ChartBoxwhiskerOptionsUpdateData interface
- Package:
- excel
An interface for updating data on the ChartBoxwhiskerOptions object, for use in chartBoxwhiskerOptions.set({ ... }).
Properties
| quartileCalculation | Specifies if the quartile calculation type of a box and whisker chart. |
| showInnerPoints | Specifies if inner points are shown in a box and whisker chart. |
| showMeanLine | Specifies if the mean line is shown in a box and whisker chart. |
| showMeanMarker | Specifies if the mean marker is shown in a box and whisker chart. |
| showOutlierPoints | 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
Feedback
Was this page helpful?
