CustomizeLegendEventArgs Construtores

Definição

Inicializa uma nova instância da classe CustomizeLegendEventArgs.

Sobrecargas

CustomizeLegendEventArgs(LegendItemsCollection)

Inicializa uma nova instância da classe CustomizeLegendEventArgs com o LegendItemsCollection especificado.

CustomizeLegendEventArgs(LegendItemsCollection, String)

Inicializa uma nova instância da classe CustomizeLegendEventArgs com a LegendItemsCollection e o nome da legenda especificados.

CustomizeLegendEventArgs(LegendItemsCollection)

Inicializa uma nova instância da classe CustomizeLegendEventArgs com o 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

Aplica-se a

CustomizeLegendEventArgs(LegendItemsCollection, String)

Inicializa uma nova instância da classe CustomizeLegendEventArgs com a LegendItemsCollection e o nome da legenda 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

O nome da legenda.

Aplica-se a