LegendItem.BackSecondaryColor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定圖例項目的輔色。
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))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Drawing.Color BackSecondaryColor { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.BackSecondaryColor : System.Drawing.Color with get, set
Public Property BackSecondaryColor As Color
屬性值
Color 值,用於具有影線或漸層填滿的次要背景色彩。 預設值是 Empty。
- 屬性
備註
屬性 BackSecondaryColor 是數個相關屬性的其中一個,可決定許多 Chart 物件的次要背景色彩;當套用漸層色彩時,會使用它。
只有當 屬性設定 Rectangle 為 時, ImageStyle 才會實作這個屬性。
您可以將 設定 BackSecondaryColor 為任何有效的 ARGB (Alpha、紅色、綠色、藍色) 值。
如果使用影線, BackSecondaryColor 屬性會決定圖例專案的影線色彩。
若要針對圖例資料格的背景使用漸層色彩:
若要使用漸層色彩:
Color使用 屬性來設定主要色彩。
BackGradientStyle使用 屬性來設定次要色彩。
BackGradientStyle使用 屬性來設定所需的漸層樣式。
注意
這個屬性只適用于 LegendCell 具有 LegendCellType 或 Image 之 的 SeriesSymbol 物件。