Compartir a través de


Annotation.SmartLabelStyle Propiedad

Definición

Obtiene o establece el estilo de etiqueta inteligente de una anotación.

public:
 property System::Windows::Forms::DataVisualization::Charting::AnnotationSmartLabelStyle ^ SmartLabelStyle { System::Windows::Forms::DataVisualization::Charting::AnnotationSmartLabelStyle ^ get(); void set(System::Windows::Forms::DataVisualization::Charting::AnnotationSmartLabelStyle ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(true)]
public System.Windows.Forms.DataVisualization.Charting.AnnotationSmartLabelStyle SmartLabelStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(true)>]
member this.SmartLabelStyle : System.Windows.Forms.DataVisualization.Charting.AnnotationSmartLabelStyle with get, set
Public Property SmartLabelStyle As AnnotationSmartLabelStyle

Valor de propiedad

AnnotationSmartLabelStyle

Un objeto AnnotationSmartLabelStyle que representa las propiedades de estilo de las etiquetas inteligentes de una anotación.

Atributos

Comentarios

Las etiquetas inteligentes se usan para evitar que una anotación superponga las etiquetas de punto de datos y otras anotaciones.

Nota

Las etiquetas de punto de datos también deben tener habilitadas las etiquetas inteligentes.

Se aplica a