CustomizeLegendEventArgs Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy CustomizeLegendEventArgs.
Przeciążenia
CustomizeLegendEventArgs(LegendItemsCollection) |
Inicjuje nowe wystąpienie CustomizeLegendEventArgs klasy z określonym LegendItemsCollection . |
CustomizeLegendEventArgs(LegendItemsCollection, String) |
Inicjuje nowe wystąpienie CustomizeLegendEventArgs klasy z określoną LegendItemsCollection nazwą legendy. |
CustomizeLegendEventArgs(LegendItemsCollection)
Inicjuje nowe wystąpienie CustomizeLegendEventArgs klasy z określonym 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
Element LegendItemsCollection.
Dotyczy
CustomizeLegendEventArgs(LegendItemsCollection, String)
Inicjuje nowe wystąpienie CustomizeLegendEventArgs klasy z określoną LegendItemsCollection nazwą 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
Element LegendItemsCollection.
- legendName
- String
Nazwa legendy.