Legend.InterlacedRows 属性

定义

获取或设置一个指示图列行是否由交错背景色绘制的标志。Gets or sets a flag that indicates whether legend rows will be drawn with interlaced background color.

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;否则为 falsetrue if legend rows will be drawn with interlaced background color; otherwise, false.

注解

如果图例包含许多条目,则 InterlacedRows 可以使用属性来提高可读性。When the legend contains many entries, the InterlacedRows property can be used to improve readability. 如果将此属性设置为 true ,则图例将显示交错的行的背景色,可使用属性进行设置 InterlacedRowsColorWhen this property is set to true, the legend will display a background color for the rows that are interlaced, which can be set using the InterlacedRowsColor property.

适用于