Skip to content

@shbernal/ts-pptx


@shbernal/ts-pptx / index / ChartPropsChartLine

Interface: ChartPropsChartLine

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

Extended by

Properties

lineCap?

optional lineCap?: LineCap

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

MS-PPT > Chart format > Format Data Series > Line > Cap type

  • line cap type

Default

ts
flat

lineDash?

optional lineDash?: 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
solid

lineDashValues?

optional lineDashValues?: 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?

optional lineDataSymbol?: "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
circle

lineDataSymbolLineColor?

optional lineDataSymbolLineColor?: string

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

MS-PPT > Chart format > Format Data Series > [Marker Options] > Border > Color

  • border color

Default

ts
circle

lineDataSymbolLineSize?

optional lineDataSymbolLineSize?: 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.75

lineDataSymbolSize?

optional lineDataSymbolSize?: 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
6

lineSize?

optional lineSize?: 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
2

lineSmooth?

optional lineSmooth?: boolean

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

MS-PPT > Chart format > Format Data Series > Line > Smoothed line

  • "Smoothed line"

Default

ts
false