CustomizeLegendEventArgs Costruttori

Definizione

Inizializza una nuova istanza della classe CustomizeLegendEventArgs.

Overload

Nome Descrizione
CustomizeLegendEventArgs(LegendItemsCollection)

Inizializza una nuova istanza della CustomizeLegendEventArgs classe con l'oggetto specificato LegendItemsCollection.

CustomizeLegendEventArgs(LegendItemsCollection, String)

Inizializza una nuova istanza della CustomizeLegendEventArgs classe con il nome della legenda e specificato LegendItemsCollection .

CustomizeLegendEventArgs(LegendItemsCollection)

Inizializza una nuova istanza della CustomizeLegendEventArgs classe con l'oggetto specificato 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)

Parametri

Si applica a

CustomizeLegendEventArgs(LegendItemsCollection, String)

Inizializza una nuova istanza della CustomizeLegendEventArgs classe con il nome della legenda e specificato LegendItemsCollection .

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

legendName
String

Nome della legenda.

Si applica a