次の方法で共有


Legend.BackGradientStyle プロパティ

定義

凡例の背景グラデーションの向きを取得または設定します。 グラデーションが使用されているかどうかも判断します。

public:
 property System::Web::UI::DataVisualization::Charting::GradientStyle BackGradientStyle { System::Web::UI::DataVisualization::Charting::GradientStyle get(); void set(System::Web::UI::DataVisualization::Charting::GradientStyle value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.GradientStyle BackGradientStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.BackGradientStyle : System.Web.UI.DataVisualization.Charting.GradientStyle with get, set
Public Property BackGradientStyle As GradientStyle

プロパティ値

GradientStyle

凡例の背景のグラデーションの方向を表す GradientStyle 列挙。 既定値は None です。

属性

注釈

プロパティを使用し BackGradientStyle て、凡例にグラデーションを表示するかどうかを決定し、グラデーションが使用されている場合はグラデーションの向きを決定します。

使用可能なパターンの一覧については、列挙体を参照してください GradientStyle

グラデーションの色を使用するには:

プロパティを使用して、凡例の背景のプライマリ色を設定 BackColor します。

プロパティを使用して、凡例の背景の2番目の色を設定 BackSecondaryColor します。

この BackGradientStyle プロパティを目的のグラデーションスタイルに設定します。

適用対象