StripLine.TextOrientation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テキストの方向を取得または設定します。
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 軸のストリップラインのテキストは、ストリップラインの上から下に垂直方向に配置されます。