StripLine.TextOrientation 속성

정의

텍스트 방향을 가져오거나 설정합니다.

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

속성 값

TextOrientation 텍스트 방향의 맞춤을 나타내는 값입니다.

특성

설명

이 속성을 값 Auto으로 설정하면 텍스트는 차트 종류에 따라 방향을 지정합니다. 가로 막대를 제외한 모든 X-Y 차트 유형의 경우 X축 줄무늬 선 텍스트는 줄무늬 선 아래쪽에서 왼쪽에서 오른쪽으로 가로 방향으로 지정됩니다. 가로 막대형 차트의 경우 X축 줄무늬 선 텍스트는 줄무늬 선의 위쪽에서 아래쪽에서 오른쪽으로 세로 방향으로 지정됩니다.

적용 대상