SeriesInfo
Overview
SeriesInfo is a interface in Aspose.Cells FOSS for Typescript.
SeriesInfo captures chart series data with a name, a color, and an array of values, enabling programmatic chart construction.
Properties: color, name, values.
Description
SeriesInfo is an interface in Aspose.Cells FOSS for TypeScript that defines a contract with 0 methods. Classes that implement this interface must provide concrete implementations for all declared operations.
Core capabilities include: : string; : string; : number[]. These operations enable developers to integrate seriesinfo functionality directly into TypeScript applications.
The class also provides the name property (gets the name), the color property (gets the color), the values property (gets the values).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | : string | Read | Gets the name. |
color | : string | Read | Gets the color. |
values | : number[] | Read | Gets the values. |