AnnotationSmartLabelStyle Konstruktory

Definice

Inicializuje novou instanci AnnotationSmartLabelStyle třídy.

Přetížení

Name Description
AnnotationSmartLabelStyle()

Inicializuje novou instanci AnnotationSmartLabelStyle třídy.

AnnotationSmartLabelStyle(Object)

Inicializuje novou instanci AnnotationSmartLabelStyle třídy se zadaným prvkem grafu.

AnnotationSmartLabelStyle()

Inicializuje novou instanci AnnotationSmartLabelStyle třídy.

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

Platí pro

AnnotationSmartLabelStyle(Object)

Inicializuje novou instanci AnnotationSmartLabelStyle třídy se zadaným prvkem grafu.

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

Prvek grafu, ke kterému tento styl patří.

Platí pro