Excel.Interfaces.ChartBorderUpdateData interface
用于更新对象上的 ChartBorder
数据的接口,用于 在 中使用 chartBorder.set({ ... })
。
属性
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"