SmartLabelStyle.MovingDirection 속성

정의

겹쳐진 SmartLabelStyle 개체를 이동할 수 있는 방향을 가져오거나 설정합니다.

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

속성 값

LabelAlignmentStyles

LabelAlignmentStyles 열거형 값 또는 여러 비트 OR 연산자를 사용하여 결합된 LabelAlignmentStyles 값입니다. 기본값은 데이터 요소의 중심을 제외한 모든 방향에서 위치를 변경할 수 있도록 하는 모든 LabelAlignmentStyles 값의 비트 OR입니다.

특성

적용 대상