共用方式為


Legend.BorderWidth 屬性

定義

取得或設定圖例的邊界寬度。

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

屬性值

一個 integer 決定圖例邊框寬度(像素)的值。

屬性

備註

請注意, BorderWidth 屬性也可以設定折線圖、以「線」樣式顯示的自訂圖例等元素的行寬。

適用於