Chart.BorderSkin 屬性

定義

取得或設定 BorderSkin 物件,提供 Chart 控制項的框線外觀功能。

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

屬性值

BorderSkin 物件,這個物件提供圖表的框線外觀功能。

屬性

備註

使用這個屬性可指定圖表的框線面板。

適用於