Condividi tramite


LegendCollection.Add(String) Metodo

Definizione

Aggiunge l'oggetto Legend specificato 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.

Restituisce

Legend

Valore string che rappresenta l'indice dell'elemento da aggiungere.

Si applica a