Skip to content

@shbernal/pptxgenjs


@shbernal/pptxgenjs / index / ChartPropsFillLine

Interface: ChartPropsFillLine

Defined in: core-interfaces.ts:2363

Extended by

Properties

border?

optional border?: BorderProps

Defined in: core-interfaces.ts:2368

PowerPoint: Format Chart Area/Plot > Border ["Line"]

Example

ts
border: {color: 'FF0000', width: 1} // hex RGB color, 1 pt line

fill?

optional fill?: ShapeFillProps

Defined in: core-interfaces.ts:2375

PowerPoint: Format Chart Area/Plot Area > Fill

Examples

ts
fill: {color: '696969'} // hex RGB color value
ts
fill: {color: pptx.SchemeColor.background2} // Theme color value
ts
fill: {transparency: 50} // 50% transparency