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