Excel.Interfaces.ChartBorderData interface

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

属性

color

表示图表中的边框颜色的 HTML 颜色代码。

lineStyle

表示边框的线条样式。 有关详细信息,请参阅 Excel.ChartLineStyle

weight

表示边框的粗细,以磅为单位。

属性详细信息

color

表示图表中的边框颜色的 HTML 颜色代码。

color?: string;

属性值

string

注解

[ API 集:ExcelApi 1.7 ]

lineStyle

表示边框的线条样式。 有关详细信息,请参阅 Excel.ChartLineStyle

lineStyle?: Excel.ChartLineStyle | "None" | "Continuous" | "Dash" | "DashDot" | "DashDotDot" | "Dot" | "Grey25" | "Grey50" | "Grey75" | "Automatic" | "RoundDot";

属性值

Excel.ChartLineStyle | "None" | "Continuous" | "Dash" | "DashDot" | "DashDotDot" | "Dot" | "Grey25" | "Grey50" | "Grey75" | "Automatic" | "RoundDot"

注解

[ API 集:ExcelApi 1.7 ]

weight

表示边框的粗细,以磅为单位。

weight?: number;

属性值

number

注解

[ API 集:ExcelApi 1.7 ]