共用方式為


Chart.BorderlineWidth 屬性

定義

取得或設定整個圖表影像框線線條的寬度。

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

屬性值

Int32

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

屬性

適用於