Annotation.SmartLabelStyle Propriété

Définition

Obtient ou définit le style des étiquettes actives d'une annotation.

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

Valeur de propriété

Objet AnnotationSmartLabelStyle qui représente les propriétés de style des étiquettes actives d'une annotation.

Attributs

Remarques

Les étiquettes actives sont utilisées pour empêcher une annotation de chevaucher les étiquettes de point de données et d’autres annotations.

Notes

Les étiquettes actives doivent également être activées pour les étiquettes de point de données.

S’applique à