ChartArea.AxisY2 속성

정의

보조 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

속성 값

보조 Y축을 나타내는 Axis 개체입니다.

특성

설명

이 속성을 사용 하 여 차트 영역에서 보조 y 축을 조작할 수 있습니다.

적용 대상