CustomizeLegendEventArgs Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Inizializza una nuova istanza della classe CustomizeLegendEventArgs.
Overload
CustomizeLegendEventArgs(LegendItemsCollection) |
Inizializza una nuova istanza della classe CustomizeLegendEventArgs con l'oggetto LegendItemsCollection specificato. |
CustomizeLegendEventArgs(LegendItemsCollection, String) |
Inizializza una nuova istanza della classe CustomizeLegendEventArgs con LegendItemsCollection e il nome della legenda specificati. |
CustomizeLegendEventArgs(LegendItemsCollection)
Inizializza una nuova istanza della classe CustomizeLegendEventArgs con l'oggetto LegendItemsCollection specificato.
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)
Parametri
- legendItems
- LegendItemsCollection
Oggetto LegendItemsCollection.
Si applica a
CustomizeLegendEventArgs(LegendItemsCollection, String)
Inizializza una nuova istanza della classe CustomizeLegendEventArgs con LegendItemsCollection e il nome della legenda specificati.
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)
Parametri
- legendItems
- LegendItemsCollection
Oggetto LegendItemsCollection.
- legendName
- String
Nome della legenda.