Annotation.SmartLabelStyle プロパティ

定義

注釈のスマート ラベルのスタイルを取得または設定します。

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

プロパティ値

AnnotationSmartLabelStyle

注釈のスマート ラベルのスタイルのプロパティを表す AnnotationSmartLabelStyle オブジェクト。

属性

注釈

スマート ラベルは、注釈がデータ ポイント ラベルや他の注釈と重なって表示されるのを防ぐために使用されます。

注意

データ ポイント ラベルでは、スマート ラベルも有効になっている必要があります。

適用対象