Series.XAxisType プロパティ

定義

系列の X 軸の種類を取得または設定します。

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

プロパティ値

系列で使用する X 軸が主軸と第 2 軸のどちらであるかを示す AxisType 列挙値。

属性

注釈

横棒グラフや積み上げ横棒グラフなどの水平方向のグラフ、円グラフ、ドーナツ グラフ、じょうごグラフ、ピラミッド グラフなどの図形グラフを除くすべての種類のグラフでは、プライマリ X 軸は常に下軸、第 2 軸は上軸です。 横棒グラフと積み上げ横棒グラフの場合、主 X 軸は左軸、第 2 X 軸は右軸です。

セカンダリ X 軸を使用してデータをプロットする場合は、 プロパティではなく、 プロパティを AxisX2 使用して軸のプロパティを設定する AxisX 必要があります。

適用対象