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 します。

適用対象