共用方式為


LegendItem.ImageStyle 屬性

定義

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

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

屬性值

LegendImageStyle

LegendImageStyle 列舉值,指定圖例項目影像的顯示樣式。

屬性

備註

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

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

注意

這個屬性只適用于 LegendCell 具有 LegendCellType 或的物件 SeriesSymbol Image

適用於