Chart.BorderWidth 屬性

定義

取得或設定圖表框線的寬度。

public:
 property int BorderWidth { int get(); void set(int value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public int BorderWidth { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.BorderWidth : int with get, set
Public Property BorderWidth As Integer

屬性值

integer 值,決定圖表的框線寬度 (以像素為單位)。

屬性

備註

若要取得或設定框線寬度,請改用 BorderlineWidth

適用於