SmartLabelStyle.MovingDirection 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
겹쳐진 SmartLabelStyle 개체를 이동할 수 있는 방향을 가져오거나 설정합니다.
public:
virtual property System::Web::UI::DataVisualization::Charting::LabelAlignmentStyles MovingDirection { System::Web::UI::DataVisualization::Charting::LabelAlignmentStyles get(); void set(System::Web::UI::DataVisualization::Charting::LabelAlignmentStyles value); };
[System.ComponentModel.Bindable(true)]
public virtual System.Web.UI.DataVisualization.Charting.LabelAlignmentStyles MovingDirection { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.MovingDirection : System.Web.UI.DataVisualization.Charting.LabelAlignmentStyles with get, set
Public Overridable Property MovingDirection As LabelAlignmentStyles
속성 값
LabelAlignmentStyles 열거형 값 또는 여러 비트 OR 연산자를 사용하여 결합된 LabelAlignmentStyles 값입니다. 기본값은 데이터 요소의 중심을 제외한 모든 방향에서 위치를 변경할 수 있도록 하는 모든 LabelAlignmentStyles 값의 비트 OR입니다.
- 특성