Excel.Interfaces.ChartBorderUpdateData interface

で使用 chartBorder.set({ ... })する ChartBorder オブジェクトのデータを更新するためのインターフェイス。

プロパティ

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 ]