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 개체입니다.

특성

설명

스마트 레이블이 겹치는 데이터 요소 레이블 및 기타 주석에서 주석을 방지 하기 위해 사용 됩니다.

참고

데이터 요소 레이블을 스마트 레이블을 사용할 수 있어야 합니다.

적용 대상