共用方式為


LegendItem.MarkerStyle 屬性

定義

取得或設定圖例項目的標記樣式。 也可以用於啟用或停用標記的顯示。

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

屬性值

MarkerStyle

指定圖例項目標記樣式的 MarkerStyle 整數列舉。 預設值是 None

屬性

備註

若要停用標記,請將這個屬性設定為 None

注意

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

適用於