AnnotationSmartLabelStyle Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe AnnotationSmartLabelStyle.
Sobrecargas
AnnotationSmartLabelStyle() |
Inicializa uma nova instância da classe AnnotationSmartLabelStyle. |
AnnotationSmartLabelStyle(Object) |
Inicializa uma nova instância da classe AnnotationSmartLabelStyle com o elemento do gráfico especificado. |
AnnotationSmartLabelStyle()
Inicializa uma nova instância da classe AnnotationSmartLabelStyle.
public:
AnnotationSmartLabelStyle();
public AnnotationSmartLabelStyle ();
Public Sub New ()
Aplica-se a
AnnotationSmartLabelStyle(Object)
Inicializa uma nova instância da classe AnnotationSmartLabelStyle com o elemento do 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 ao qual esse estilo pertence.