次の方法で共有


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

定義

グラフに凡例を追加します。

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

パラメーター

title
String

凡例のタイトルのテキスト。

name
String

凡例の一意の名前。

戻り値

グラフ。

適用対象