Skip to content

@shbernal/ts-pptx


@shbernal/ts-pptx / index / ChartPropsChartHistogram

Interface: ChartPropsChartHistogram

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

Extended by

Properties

binning?

optional binning?: ChartExBinning

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

Bin configuration for a histogram chart. Omit for PowerPoint's automatic binning.

Example

ts
{ intervalClosed: 'l' }