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

一个 BorderSkin 对象,该对象提供图表的边框外观功能。

属性

注解

使用此属性可指定图表的边框外观。

适用于