CustomizeLegendEventArgs Constructores

Definición

Inicializa una nueva instancia de la clase CustomizeLegendEventArgs.

Sobrecargas

CustomizeLegendEventArgs(LegendItemsCollection)

Inicializa una nueva instancia de la clase CustomizeLegendEventArgs con el objeto LegendItemsCollection especificado.

CustomizeLegendEventArgs(LegendItemsCollection, String)

Inicializa una nueva instancia de la clase CustomizeLegendEventArgs con el objeto LegendItemsCollection y el nombre de leyenda especificados.

CustomizeLegendEventArgs(LegendItemsCollection)

Inicializa una nueva instancia de la clase CustomizeLegendEventArgs con el objeto LegendItemsCollection especificado.

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)

Parámetros

Se aplica a

CustomizeLegendEventArgs(LegendItemsCollection, String)

Inicializa una nueva instancia de la clase CustomizeLegendEventArgs con el objeto LegendItemsCollection y el nombre de leyenda especificados.

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)

Parámetros

legendName
String

Nombre de la leyenda.

Se aplica a