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

如果以交錯式的背景色彩繪製圖例的資料列,則為 true,否則為false

備註

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

適用於