共用方式為


Axis.IsInterlaced 屬性

定義

取得或設定旗標,這個旗標會判斷座標軸是否已顯示交錯式帶狀線。

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

屬性值

如果座標軸已顯示交錯式帶狀線則為 true,否則為 false

屬性

適用於