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í
CustomizeLegendEventArgs(LegendItemsCollection) |
Inicializuje novou instanci CustomizeLegendEventArgs třídy se zadaným parametrem LegendItemsCollection . |
CustomizeLegendEventArgs(LegendItemsCollection, String) |
Inicializuje novou instanci CustomizeLegendEventArgs třídy se zadaným LegendItemsCollection názvem a názvem legendy. |
CustomizeLegendEventArgs(LegendItemsCollection)
Inicializuje novou instanci CustomizeLegendEventArgs třídy se zadaným parametrem 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
Hodnota LegendItemsCollection
Platí pro
CustomizeLegendEventArgs(LegendItemsCollection, String)
Inicializuje novou instanci CustomizeLegendEventArgs třídy se zadaným LegendItemsCollection názvem a názvem 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
Hodnota LegendItemsCollection
- legendName
- String
Název legendy