- 2008年4月22日 07:40
- Excel VBA | GraphControl
グラフを透明にするマクロを紹介します。
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.
Search