AnnotationSmartLabelStyle Construtores
Definição
Inicializa uma nova instância da classe AnnotationSmartLabelStyle.Initializes a new instance of the AnnotationSmartLabelStyle class.
Sobrecargas
| AnnotationSmartLabelStyle() |
Inicializa uma nova instância da classe AnnotationSmartLabelStyle.Initializes a new instance of the AnnotationSmartLabelStyle class. |
| AnnotationSmartLabelStyle(Object) |
Inicializa uma nova instância da classe AnnotationSmartLabelStyle com o elemento do gráfico especificado.Initializes a new instance of the AnnotationSmartLabelStyle class with the specified chart element. |
AnnotationSmartLabelStyle()
Inicializa uma nova instância da classe AnnotationSmartLabelStyle.Initializes a new instance of the AnnotationSmartLabelStyle class.
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.Initializes a new instance of the AnnotationSmartLabelStyle class with the specified chart element.
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.Chart element that this style belongs to.