共用方式為


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

標題的唯一名稱。

傳回

圖表。

適用於