ChartArea.BackSecondaryColor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 ChartArea 物件背景的次要色彩。
public:
property System::Drawing::Color BackSecondaryColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))]
public System.Drawing.Color BackSecondaryColor { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
member this.BackSecondaryColor : System.Drawing.Color with get, set
Public Property BackSecondaryColor As Color
屬性值
指定圖表區域背景次要色彩的 Color 值。 預設值是 Empty。
- 屬性
備註
這個 BackSecondaryColor 屬性是數個相關屬性之 Chart 一,可決定物件的次要背景色彩,並在套用漸層色彩時使用。
您可以將 設定 BackSecondaryColor 為任何有效的 ARGB (Alpha、紅色、綠色、藍色) 值。
如果使用影線, BackSecondaryColor 屬性會決定圖表區域的影線色彩。
若要針對圖表區域的背景使用漸層色彩:
使用 BackColor 屬性設定主要色彩。
使用 BackSecondaryColor 屬性設定次要色彩。
將 BackGradientStyle 屬性設定為所需的漸層樣式。