ChartRenderer

Overview

ChartRenderer is a class in Aspose.Cells FOSS for Typescript.

ChartRenderer.renderChart(chart, worksheet) generates an SVG string representation of the supplied ChartInfo placed into the given worksheet context.

This class provides 1 method for working with ChartRenderer objects in Typescript programs. Available methods include: renderChart. All public members are accessible to any Typescript application after installing the Aspose.Cells FOSS for Typescript package.

Description

ChartRenderer is a class in the Aspose.Cells FOSS library for TypeScript that exposes 1 method and 0 properties for programmatic use.

Methods

SignatureDescription
renderChart(chart: ChartInfo, worksheet: any)stringGenerates an SVG string representation of the supplied ChartInfo placed into the given worksheet context

See Also