Sdílet prostřednictvím


CustomizeLegendEventArgs Konstruktory

Definice

Inicializuje novou instanci CustomizeLegendEventArgs třídy.

Přetížení

CustomizeLegendEventArgs(LegendItemsCollection)

Inicializuje novou instanci CustomizeLegendEventArgs třídy se zadaným parametrem LegendItemsCollection .

CustomizeLegendEventArgs(LegendItemsCollection, String)

Inicializuje novou instanci CustomizeLegendEventArgs třídy se zadaným LegendItemsCollection názvem a názvem legendy.

CustomizeLegendEventArgs(LegendItemsCollection)

Inicializuje novou instanci CustomizeLegendEventArgs třídy se zadaným parametrem 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

Platí pro

CustomizeLegendEventArgs(LegendItemsCollection, String)

Inicializuje novou instanci CustomizeLegendEventArgs třídy se zadaným LegendItemsCollection názvem a názvem 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

legendName
String

Název legendy

Platí pro