다음을 통해 공유


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

속성 값

Boolean

축에 대해 인터레이스된 줄무늬가 표시되면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상