Skip to content

@shbernal/pptxgenjs


@shbernal/pptxgenjs / index / OptsChartGridLine

Interface: OptsChartGridLine

Defined in: core-interfaces.ts:2144

Extended by

Properties

cap?

optional cap?: LineCap

Defined in: core-interfaces.ts:2150

MS-PPT > Chart format > Format Major Gridlines > Line > Cap type

  • line cap type

Default

ts
flat

color?

optional color?: string

Defined in: core-interfaces.ts:2155

Gridline color (hex)

Example

ts
'FF3399'

size?

optional size?: number

Defined in: core-interfaces.ts:2159

Gridline size (points)


style?

optional style?: "none" | "dash" | "solid" | "dot"

Defined in: core-interfaces.ts:2163

Gridline style