Skip to content

@shbernal/ts-pptx


@shbernal/ts-pptx / index / ChartPropsChartBoxWhisker

Interface: ChartPropsChartBoxWhisker

Defined in: src/types/chart.ts:641

Extended by

Properties

statistics?

optional statistics?: ChartExStatistics

Defined in: src/types/chart.ts:647

Statistics configuration for a boxWhisker chart. Omit for PowerPoint's defaults (exclusive quartiles, mean marker shown, outliers shown).

Example

ts
{ quartileMethod: 'inclusive', meanLine: true }