LegendCellCollection.Insert Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vloží buňku legendy se zadaným typem buňky, textem a zarovnáním do kolekce na daném místě.
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)
Parametry
- index
- Int32
Index umístění pro vložení objektu.
- cellType
- LegendCellType
Hodnota LegendCellType , která představuje typ buňky.
- text
- String
Hodnota string
, která v závislosti na hodnotě parametru představuje buď text buňky, nebo název obrázku cellType
.
- alignment
- ContentAlignment
Hodnota ContentAlignment výčtu, která představuje zarovnání obsahu buňky legendy.