Excel.Interfaces.ChartLineFormatUpdateData interface
chartLineFormat.set({ ... })
で使用するために、ChartLineFormat オブジェクト上のデータを更新するためのインターフェイス。
プロパティ
| 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"