CustomizeLegendEventArgs Konstruktory
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í.
Inicializuje novou instanci CustomizeLegendEventArgs třídy.
Přetížení
| Name | Description |
|---|---|
| CustomizeLegendEventArgs(LegendItemsCollection) |
Inicializuje novou instanci CustomizeLegendEventArgs třídy se zadaným LegendItemsCollection. |
| CustomizeLegendEventArgs(LegendItemsCollection, String) |
Inicializuje novou instanci CustomizeLegendEventArgs třídy se zadaným LegendItemsCollection názvem a název legendy. |
CustomizeLegendEventArgs(LegendItemsCollection)
Inicializuje novou instanci CustomizeLegendEventArgs třídy se zadaným LegendItemsCollection.
public:
CustomizeLegendEventArgs(System::Windows::Forms::DataVisualization::Charting::LegendItemsCollection ^ legendItems);
public CustomizeLegendEventArgs(System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection legendItems);
new System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs : System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection -> System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs
Public Sub New (legendItems As LegendItemsCollection)
Parametry
- legendItems
- LegendItemsCollection
Platí pro
CustomizeLegendEventArgs(LegendItemsCollection, String)
Inicializuje novou instanci CustomizeLegendEventArgs třídy se zadaným LegendItemsCollection názvem a název legendy.
public:
CustomizeLegendEventArgs(System::Windows::Forms::DataVisualization::Charting::LegendItemsCollection ^ legendItems, System::String ^ legendName);
public CustomizeLegendEventArgs(System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection legendItems, string legendName);
new System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs : System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection * string -> System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs
Public Sub New (legendItems As LegendItemsCollection, legendName As String)
Parametry
- legendItems
- LegendItemsCollection
- legendName
- String
Název legendy.