Udostępnij za pośrednictwem


CustomizeLegendEventArgs Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy CustomizeLegendEventArgs.

Przeciążenia

CustomizeLegendEventArgs(LegendItemsCollection)

Inicjuje nowe wystąpienie CustomizeLegendEventArgs klasy z określonym LegendItemsCollection .

CustomizeLegendEventArgs(LegendItemsCollection, String)

Inicjuje nowe wystąpienie CustomizeLegendEventArgs klasy z określoną LegendItemsCollection nazwą legendy.

CustomizeLegendEventArgs(LegendItemsCollection)

Inicjuje nowe wystąpienie CustomizeLegendEventArgs klasy z określonym 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

Dotyczy

CustomizeLegendEventArgs(LegendItemsCollection, String)

Inicjuje nowe wystąpienie CustomizeLegendEventArgs klasy z określoną LegendItemsCollection nazwą 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

Nazwa legendy.

Dotyczy