LegendCollection.Add(String) Método

Definição

Adiciona o objeto especificado Legend ao final da coleção.

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

Parâmetros

name
String

O nome da lenda será acrescentado.

Devoluções

Um string valor que representa o índice do item adicionado.

Aplica-se a