Excel.Interfaces.ChartBorderData interface
一个接口,用于描述通过调用 chartBorder.toJSON()
返回的数据。
属性
color | 表示图表中的边框颜色的 HTML 颜色代码。 |
line |
表示边框的线条样式。 有关详细信息,请参阅 |
weight | 表示边框的粗细,以磅为单位。 |
属性详细信息
color
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"