Compartir a través de


LegendCellCollection.Add(LegendCellType, String, ContentAlignment) Método

Definición

Agrega una celda de leyenda con el tipo de celda, el texto y la alineación especificados al final de la colección.

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

Parámetros

cellType
LegendCellType

Un valor de LegendCellType que representa el tipo de celda.

text
String

Valor string que representa el texto de la celda o su nombre de imagen, en función del valor del parámetro cellType.

alignment
ContentAlignment

Valor de ContentAlignment que representa la alineación del contenido de celda.

Devoluciones

Int32

Valor integer que representa el índice de la celda de leyenda recién agregada a la colección. El índice está basado en cero.

Se aplica a