Excel.Interfaces.ChartLineFormatData interface

一个接口,用于描述通过调用 chartLineFormat.toJSON()返回的数据。

属性

color

表示图表中的线条颜色的 HTML 颜色代码。

属性详细信息

color

表示图表中的线条颜色的 HTML 颜色代码。

color?: string;

属性值

string

注解

[ API 集:ExcelApi 1.1 ]