Excel.Interfaces.ChartLegendFormatUpdateData interface
chartLegendFormat.set({ ... })
で使用するために、ChartLegendFormat オブジェクト上のデータを更新するためのインターフェイス。
プロパティの詳細
border
グラフの罫線の書式設定 (色、線のスタイル、線の太さなど) を表します。
border?: Excel.Interfaces.ChartBorderUpdateData;
プロパティ値
注釈
font
グラフの凡例のフォント名、フォント サイズ、色などのフォント属性を表します。
font?: Excel.Interfaces.ChartFontUpdateData;