Axis.HasTitle 属性

定义

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

public:
 property bool HasTitle { bool get(); void set(bool value); };
public bool HasTitle { get; set; }
Public Property HasTitle As Boolean

属性值

注解

轴标题由 AxisTitle 对象表示。

图表标题由 ChartTitle 对象表示。

适用于