Legend.TableStyle 屬性

定義

取得或設定圖例資料表樣式。

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

屬性值

LegendTableStyle

指定圖例資料表樣式的 LegendTableStyle 列舉值。

屬性

備註

只有當屬性設定為時,才適用這個屬性 LegendStyle Table

適用於