Chart.HasTitle 属性

定义

如果坐标轴或图表有可见标题,则该属性值为 True 。 读/写。

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

属性值

Boolean

注解

图表标题由 ChartTitle 对象表示。

适用于