Share via


LegendItem.MarkerImage 屬性

定義

取得或設定圖例項目的標記影像。

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 具有 或 ImageSeriesSymbol 物件 LegendCellType

適用於