Appearance
@shbernal/ts-pptx / index / ChartPropsChartLine
Interface: ChartPropsChartLine
Defined in: src/types/chart.ts:510
Extended by
Properties
lineCap?
optionallineCap?:LineCap
Defined in: src/types/chart.ts:516
MS-PPT > Chart format > Format Data Series > Line > Cap type
- line cap type
Default
ts
flatlineDash?
optionallineDash?:ChartLineDash
Defined in: src/types/chart.ts:522
MS-PPT > Chart format > Format Data Series > Line > Dash type (chart-level default)
- applies to every series that has no entry in
lineDashValues
Default
ts
solidlineDashValues?
optionallineDashValues?:ChartLineDash[]
Defined in: src/types/chart.ts:528
Per-series dash type overrides; index matches the series order in the data array.
- entries shorter than the series count fall back to
lineDash - example:
['solid', 'dash', 'lgDash']gives each series its own dash pattern
lineDataSymbol?
optionallineDataSymbol?:"none"|"square"|"triangle"|"circle"|"diamond"|"dash"|"dot"
Defined in: src/types/chart.ts:534
MS-PPT > Chart format > Format Data Series > Marker Options > Built-in > Type
- marker type
Default
ts
circlelineDataSymbolLineColor?
optionallineDataSymbolLineColor?:string
Defined in: src/types/chart.ts:540
MS-PPT > Chart format > Format Data Series > [Marker Options] > Border > Color
- border color
Default
ts
circlelineDataSymbolLineSize?
optionallineDataSymbolLineSize?:number
Defined in: src/types/chart.ts:546
MS-PPT > Chart format > Format Data Series > [Marker Options] > Border > Width
- border width (points)
Default
ts
0.75lineDataSymbolSize?
optionallineDataSymbolSize?:number
Defined in: src/types/chart.ts:553
MS-PPT > Chart format > Format Data Series > Marker Options > Built-in > Size
- marker size
- range: 2-72
Default
ts
6lineSize?
optionallineSize?:number
Defined in: src/types/chart.ts:560
MS-PPT > Chart format > Format Data Series > Line > Width
- line width (points)
- range: 0-1584
Default
ts
2lineSmooth?
optionallineSmooth?:boolean
Defined in: src/types/chart.ts:566
MS-PPT > Chart format > Format Data Series > Line > Smoothed line
- "Smoothed line"
Default
ts
false