共用方式為


LegendCollection.Add(String) 方法

定義

將指定的 Legend 物件加入至集合的尾端。

public:
 System::Web::UI::DataVisualization::Charting::Legend ^ Add(System::String ^ name);
public System.Web.UI.DataVisualization.Charting.Legend Add (string name);
override this.Add : string -> System.Web.UI.DataVisualization.Charting.Legend
Public Function Add (name As String) As Legend

參數

name
String

要加入之圖例的名稱。

傳回

Legend

string 值,表示已加入之項目的索引。

適用於