Axis.LineWidth 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定座標軸的線條寛度 (以像素為單位)。
public:
property int LineWidth { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public int LineWidth { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.LineWidth : int with get, set
Public Property LineWidth As Integer
屬性值
表示座標軸線條寬度的 integer
值。 預設值為一 (1) 個像素。
- 屬性
備註
LineWidth屬性會取得或設定軸線的寬度(以圖元為單位)。 如果寬度設定為零 (0) ,則不會顯示該行。
注意 如果軸未啟用,但相鄰軸使用格線,則會顯示這些格線中的其中一個,以取代未啟用的座標軸。 如果 Enabled 軸的屬性設定為,就會發生相同的情況 Auto 。 在此情況下,不會使用軸來繪製資料,而會改為繪製相鄰軸的格線。