Excel.Interfaces.ChartBoxwhiskerOptionsData interface

An interface describing the data returned by calling chartBoxwhiskerOptions.toJSON().

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

[ API set: ExcelApi 1.9 ]

showInnerPoints

Specifies if inner points are shown in a box and whisker chart.

showInnerPoints?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]

showMeanLine

Specifies if the mean line is shown in a box and whisker chart.

showMeanLine?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]

showMeanMarker

Specifies if the mean marker is shown in a box and whisker chart.

showMeanMarker?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]

showOutlierPoints

Specifies if outlier points are shown in a box and whisker chart.

showOutlierPoints?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]