次の方法で共有


Chart.AddTitle(String, String) メソッド

定義

グラフにタイトルを追加します。

public System.Web.Helpers.Chart AddTitle(string text = default, string name = default);
member this.AddTitle : string * string -> System.Web.Helpers.Chart
Public Function AddTitle (Optional text As String = null, Optional name As String = null) As Chart

パラメーター

text
String

タイトルのテキスト。

name
String

タイトルの一意の名前。

戻り値

グラフ。

適用対象