共用方式為


LegendItem.ImageStyle 屬性

定義

取得或設定圖例項目影像的顯示樣式。

public:
 property System::Web::UI::DataVisualization::Charting::LegendImageStyle ImageStyle { System::Web::UI::DataVisualization::Charting::LegendImageStyle get(); void set(System::Web::UI::DataVisualization::Charting::LegendImageStyle value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.LegendImageStyle ImageStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.ImageStyle : System.Web.UI.DataVisualization.Charting.LegendImageStyle with get, set
Public Property ImageStyle As LegendImageStyle

屬性值

LegendImageStyle 列舉值。

屬性

備註

這些樣式會決定專案的對應符號如何顯示。

樣式 Line 可以與 Marker 樣式結合。 若要完成這項作業,請先將 ImageStyle 屬性設定為 LineMarkerImage然後使用 屬性來指定標記影像,或 MarkerStyle 指定標記樣式的屬性。 產生的符號將會是線條和影像或標記的組合。

注意

這個屬性僅適用于 LegendCell 具有 或 ImageSeriesSymbol 物件 LegendCellType

適用於