Appearance
@shbernal/ts-pptx / index / OptsChartGridLine
Interface: OptsChartGridLine
Defined in: src/types/chart.ts:156
Extended by
Properties
cap?
optionalcap?:LineCap
Defined in: src/types/chart.ts:162
MS-PPT > Chart format > Format Major Gridlines > Line > Cap type
- line cap type
Default
ts
flatcolor?
optionalcolor?:string
Defined in: src/types/chart.ts:169
Gridline color
HexColororThemeColor
Examples
ts
'FF3399'ts
SchemeColor.accent1 // theme color Accent1size?
optionalsize?:number
Defined in: src/types/chart.ts:173
Gridline size (points)
style?
optionalstyle?:"none"|"dash"|"solid"|"dot"
Defined in: src/types/chart.ts:177
Gridline style