Excel.Interfaces.ChartLineFormatData interface
一个接口,用于描述通过调用 chartLineFormat.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"