Chart.BackImage 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 Chart 控制項的背景影像。
public:
property System::String ^ BackImage { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public string BackImage { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.BackImage : string with get, set
Public Property BackImage As String
屬性值
string
值,表示影像檔案的 URL。 預設值為空字串。
- 屬性
備註
此屬性會定義圖例背景影像 Chart 的路徑,而且可以是絕對或相對 URL。
若要放置影像,請使用 BackImageAlignment 和 BackImageWrapMode 屬性。
您也可以藉由設定 BackImageTransparentColor 屬性,將影像顯示的其中一個色彩指定為「透明」。
影像可能源自.NET Framework支援的任何有效圖形檔案,包括圖示。
背景影像優先于其他背景屬性,例如漸層色彩。