ChartAreaCollection.Add(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將具有指定名稱的 ChartArea 物件加入至集合。
public:
System::Windows::Forms::DataVisualization::Charting::ChartArea ^ Add(System::String ^ name);
public System.Windows.Forms.DataVisualization.Charting.ChartArea Add (string name);
override this.Add : string -> System.Windows.Forms.DataVisualization.Charting.ChartArea
Public Function Add (name As String) As ChartArea
參數
- name
- String
加入至集合的物件名稱。
傳回
string
值,表示新加入之物件的參考。
備註
物件一律會新增為集合中的最後一個專案。
name
引數會指定 Name 要加入之物件的屬性。