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 进行设置。

适用于