Home > Excel VBA | GraphControl > Excel グラフを透明にする Transparent (.Interior.ColorIndex)

Excel グラフを透明にする Transparent (.Interior.ColorIndex)


グラフを透明にするマクロを紹介します。

Setting up Excel chart transparently.

下記コードは、上からチャートエリア(外側)、プロットエリア(内側)、壁面、床面を透明にします。プロットエリアのみを透明にすることは Excel2003 までは出来ません。Excel2007 から出来るようになりました。3Dグラフでない場合に、壁面、床面を設定しようとするとエラーになります。

The source code below is to make Excel chart transparent. There're 4 parts in chart which are ChartArea, PlotArea,Walls(3D), and Floor(3D).

GraphControl で使用しているコードです。

the source code below is used in GraphControl.

Comments:0

Comment Form

Home > Excel VBA | GraphControl > Excel グラフを透明にする Transparent (.Interior.ColorIndex)

Return to page top