次の方法で共有


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 表されます。

適用対象