Legend.InterlacedRows 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定旗標,指出圖例資料列是否會以交錯背景色彩繪製。
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
屬性值
如果以交錯式的背景色彩繪製圖例的資料列,則為 true
,否則為false
。
備註
當圖例包含許多專案時, InterlacedRows 可以使用屬性來改善可讀性。 當這個屬性設定為時 true
,圖例會顯示交錯之資料列的背景色彩,您可以使用屬性來設定這些資料列 InterlacedRowsColor 。