LegendItem.Enabled 属性
定义
获取或设置一个标志,该标志指示是否启用图例项。Gets or sets a flag that indicates whether the legend item is enabled.
public:
property bool Enabled { bool get(); void set(bool value); };
public bool Enabled { get; set; }
member this.Enabled : bool with get, set
Public Property Enabled As Boolean
属性值
如果启用图例项,则为 true;否则,为 false。true if the legend item is enabled; otherwise, false. 默认值是 true。The default value is true.
注解
此属性适用于整个 LegendItem 。This property is applicable to the entire LegendItem.