Sdílet prostřednictvím


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.Web.UI.DataVisualization.Charting.AnnotationSmartLabelStyle : obj -> System.Web.UI.DataVisualization.Charting.AnnotationSmartLabelStyle
Public Sub New (chartElement As Object)

Parametry

chartElement
Object

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

Platí pro