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

属性值

Boolean

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

注解

如果此标志设置为 false ,则与图表区关联的所有序列、图例、标题和批注对象也将隐藏。

适用于