ChartArea.Visible 属性

定义

获取或设置用于确定图表区域是否可见的标志。

public:
 virtual property bool Visible { bool get(); void set(bool value); };
public virtual bool Visible { get; set; }
member this.Visible : bool with get, set
Public Overridable Property Visible As Boolean

属性值

如果图表区域可见,则为 true;否则,为 false

注解

当此标志设置为 false时,也会隐藏与图表区关联的所有系列、图例、标题和批注对象。

适用于