* 凡例 [#vc0e8817] #contents ** 凡例 [#n28485a4] 凡例はダイアグラムから取得します。 oLegend = oDiagram.getLegend() ** 表示切替 [#c269d95b] 凡例の表示/非表示を切り替えます。 oLegend.Show = True ' 表示する 非表示にするには False を指定します。 ** プロパティ [#r02123d7] 以下のプロパティが利用できます。 - [[文字>../Properties#h7a5d051]] - [[フォントの効果>../Properties#t3021041]] - [[表面>../Properties#ve4daec7]] - [[外枠>../Properties#k4c88284]] |