ChartLoader

Overview

ChartLoader is a class in Aspose.Cells FOSS for TypeScript.

This class declares 1 method for ChartLoader objects in TypeScript programs. Available methods include: loadCharts. Public members are accessible to any TypeScript application after installing the Aspose.Cells FOSS for TypeScript package. Properties: categories, height, name, values, width, x, and 1 more.

Properties

NameTypeAccessDescription
x: numberReadGets the x.
y: numberReadGets the y.
width: numberReadGets the width.
height: numberReadGets the height.
name: stringReadGets the name.
values: number[]ReadGets the values.
categories: string[]ReadGets the categories.

Methods

SignatureDescription
loadCharts(filePath: string)Promise<ChartInfo[]>Calls loadCharts(filePath) on this ChartLoader instance.

See Also

 English