共用方式為


Legend.InterlacedRows 屬性

定義

取得或設定旗標,這個旗標表示圖例資料列是否會以交錯背景色彩繪製。

public:
 property bool InterlacedRows { bool get(); void set(bool value); };
public bool InterlacedRows { get; set; }
member this.InterlacedRows : bool with get, set
Public Property InterlacedRows As Boolean

屬性值

Boolean 值,可決定圖例中的替代資料列是否會以指定的色彩繪製。

備註

當圖例包含許多專案時, InterlacedRows 屬性可用來改善可讀性。 當此屬性設定為 true 時,圖例會顯示交錯的資料列背景色彩,可使用 屬性來設定 InterlacedRowsColor

適用於