Share via


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

适用于