Share via


Legend Konstruktory

Definice

Inicializuje novou instanci Legend třídy.

Přetížení

Legend()

Inicializuje novou instanci Legend třídy.

Legend(String)

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

Legend()

Inicializuje novou instanci Legend třídy.

public:
 Legend();
public Legend ();
Public Sub New ()

Platí pro

Legend(String)

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

public:
 Legend(System::String ^ name);
public Legend (string name);
new System.Web.UI.DataVisualization.Charting.Legend : string -> System.Web.UI.DataVisualization.Charting.Legend
Public Sub New (name As String)

Parametry

name
String

Název objektu Legend .

Platí pro