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 軸のストリップ線のテキストは、ストリップラインの上から下から右に垂直方向に向けられます。