LegendCollection.Add(String) Metodo

Definizione

Aggiunge l'oggetto specificato Legend alla fine dell'insieme.

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

Parametri

name
String

Nome della legenda da aggiungere.

Valori restituiti

Valore string che rappresenta l'indice dell'elemento aggiunto.

Si applica a