次の方法で共有


ChartFillFormat.OneColorGradient(MsoGradientStyle, Int32, Single) メソッド

定義

指定した塗りつぶしに、1 色のグラデーションを設定します。

public:
 void OneColorGradient(Microsoft::Office::Core::MsoGradientStyle Style, int Variant, float Degree);
public void OneColorGradient (Microsoft.Office.Core.MsoGradientStyle Style, int Variant, float Degree);
abstract member OneColorGradient : Microsoft.Office.Core.MsoGradientStyle * int * single -> unit
Public Sub OneColorGradient (Style As MsoGradientStyle, Variant As Integer, Degree As Single)

パラメーター

Style
MsoGradientStyle

グラデーション スタイルです。

Variant
Int32

グラデーションのバリエーションです。 [塗りつぶし効果] ダイアログ ボックスの [グラデーション] タブの 4 つのバリエーションに対応する 1 ~ 4 の値を指定できます。 が のmsoGradientFromCenter場合GradientStyle、引数は Variant 1 または 2 のみを指定できます。

Degree
Single

グラデーションの明度を指定します。 使用できる範囲は、0.0 (暗) ~ 1.0 (明) です。

適用対象