Compartir a través de


AnnotationSmartLabelStyle Constructores

Definición

Inicializa una nueva instancia de la clase AnnotationSmartLabelStyle.

Sobrecargas

AnnotationSmartLabelStyle()

Inicializa una nueva instancia de la clase AnnotationSmartLabelStyle.

AnnotationSmartLabelStyle(Object)

Inicializa una nueva instancia de la clase AnnotationSmartLabelStyle con el elemento de gráfico especificado.

AnnotationSmartLabelStyle()

Inicializa una nueva instancia de la clase AnnotationSmartLabelStyle.

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

Se aplica a

AnnotationSmartLabelStyle(Object)

Inicializa una nueva instancia de la clase AnnotationSmartLabelStyle con el elemento de gráfico especificado.

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)

Parámetros

chartElement
Object

Elemento de gráfico al que pertenece este estilo.

Se aplica a