Appearance
@shbernal/ts-pptx / index / ChartPropsChartBoxWhisker
Interface: ChartPropsChartBoxWhisker
Defined in: src/types/chart.ts:641
Extended by
Properties
statistics?
optionalstatistics?: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 }