Compartilhar via


LegendCellCollection.Insert Método

Definição

Insere uma célula de legenda com o tipo de célula, o texto e o alinhamento na coleção em um determinado local especificados.

public:
 void Insert(int index, System::Windows::Forms::DataVisualization::Charting::LegendCellType cellType, System::String ^ text, System::Drawing::ContentAlignment alignment);
public void Insert (int index, System.Windows.Forms.DataVisualization.Charting.LegendCellType cellType, string text, System.Drawing.ContentAlignment alignment);
override this.Insert : int * System.Windows.Forms.DataVisualization.Charting.LegendCellType * string * System.Drawing.ContentAlignment -> unit
Public Sub Insert (index As Integer, cellType As LegendCellType, text As String, alignment As ContentAlignment)

Parâmetros

index
Int32

O índice do local no qual inserir o objeto.

cellType
LegendCellType

Um valor LegendCellType que representa o tipo de célula.

text
String

Um valor string que representa o texto da célula ou seu nome de imagem, dependendo do valor do parâmetro cellType.

alignment
ContentAlignment

Um valor de enumeração ContentAlignment que representa o alinhamento do conteúdo da célula de legenda.

Aplica-se a