LegendItem.MarkerImage 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定圖例項目的標記影像。
public:
property System::String ^ MarkerImage { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string MarkerImage { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.MarkerImage : string with get, set
Public Property MarkerImage As String
屬性值
string
值,表示影像檔案的 URL。
- 屬性
備註
表示影像檔的路徑,可以是絕對或相對 URL。
若要使用標記,請將 MarkerStyle 屬性設定為 以外的 None 值。
屬性 MarkerImage 的優先順序高於 MarkerColor 屬性。
標記影像可以是.NET Framework支援的任何有效圖形檔案,包括圖示。
若要將標記影像的一個色彩設定為透明,請使用 MarkerImageTransparentColor 屬性。
注意
這個屬性僅適用于 LegendCell 具有 或 Image 的 SeriesSymbol 物件 LegendCellType 。