AnnotationSmartLabelStyle Constructores

Definición

Inicializa una nueva instancia de la clase AnnotationSmartLabelStyle.

Sobrecargas

Nombre Description
AnnotationSmartLabelStyle()

Inicializa una nueva instancia de la clase AnnotationSmartLabelStyle.

AnnotationSmartLabelStyle(Object)

Inicializa una nueva instancia de la AnnotationSmartLabelStyle clase 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 AnnotationSmartLabelStyle clase con el elemento de gráfico especificado.

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)

Parámetros

chartElement
Object

Elemento de gráfico al que pertenece este estilo.

Se aplica a