Skip to content

@shbernal/ts-pptx


@shbernal/ts-pptx / index / ChartPropsChartSurface

Interface: ChartPropsChartSurface

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

Extended by

Properties

surface3D?

optional surface3D?: boolean

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

Draw a 3-D surface (<c:surface3DChart>) rather than a 2-D contour / top view (<c:surfaceChart>). The 3-D surface tilts the scene; the contour looks straight down.

Default

ts
true

surfaceWireframe?

optional surfaceWireframe?: boolean

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

Draw the surface as a wireframe mesh (<c:wireframe val="1"/>) instead of a filled sheet. Applies to both the 3-D surface and the 2-D contour.

Default

ts
false