Compartir a través de


LegendCollection.Add(String) Método

Definición

Agrega el objeto Legend especificado al final de la colección.

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

Parámetros

name
String

Nombre de la leyenda que se va a agregar.

Devoluciones

Valor string que representa el índice del elemento agregado.

Se aplica a