AnnotationSmartLabelStyle Konstruktory

Definice

Inicializuje novou instanci AnnotationSmartLabelStyle třídy .

Přetížení

AnnotationSmartLabelStyle()

Inicializuje novou instanci AnnotationSmartLabelStyle třídy .

AnnotationSmartLabelStyle(Object)

Inicializuje novou instanci třídy AnnotationSmartLabelStyle se zadaným elementem chartu.

AnnotationSmartLabelStyle()

Inicializuje novou instanci AnnotationSmartLabelStyle třídy .

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

Platí pro

AnnotationSmartLabelStyle(Object)

Inicializuje novou instanci třídy AnnotationSmartLabelStyle se zadaným elementem chartu.

public:
 AnnotationSmartLabelStyle(System::Object ^ chartElement);
public AnnotationSmartLabelStyle (object chartElement);
new System.Windows.Forms.DataVisualization.Charting.AnnotationSmartLabelStyle : obj -> System.Windows.Forms.DataVisualization.Charting.AnnotationSmartLabelStyle
Public Sub New (chartElement As Object)

Parametry

chartElement
Object

Chart element, ke které tento styl patří.

Platí pro