Axis.IsInterlaced Property

Definition

Gets or sets a flag that determines if interlaced strip lines are displayed for an axis.

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

Property Value

true if interlaced strip lines are displayed for an axis; otherwise, False.

Attributes

Applies to