ChartArea.AxisY2 プロパティ

定義

第 2 軸の Y 軸を表す Axis オブジェクトを取得または設定します。

public:
 property System::Windows::Forms::DataVisualization::Charting::Axis ^ AxisY2 { System::Windows::Forms::DataVisualization::Charting::Axis ^ get(); void set(System::Windows::Forms::DataVisualization::Charting::Axis ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))]
public System.Windows.Forms.DataVisualization.Charting.Axis AxisY2 { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
member this.AxisY2 : System.Windows.Forms.DataVisualization.Charting.Axis with get, set
Public Property AxisY2 As Axis

プロパティ値

第 2 軸の Y 軸を表す Axis オブジェクト。

属性

注釈

このプロパティを使用して、グラフ領域の 2 番目の Y 軸を操作します。

適用対象