Series.YAxisType 속성

정의

계열의 Y축 형식을 가져오거나 설정합니다.

public:
 property System::Windows::Forms::DataVisualization::Charting::AxisType YAxisType { 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 YAxisType { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.YAxisType : System.Windows.Forms.DataVisualization.Charting.AxisType with get, set
Public Property YAxisType As AxisType

속성 값

계열에서 기본 Y축을 사용하는지 또는 보조 Y축을 사용하는지 여부를 결정하는 AxisType 열거형 값입니다.

특성

설명

YAxisType 속성 경우 계열을 기본 또는 보조 y 축을 사용 하 여 결정 합니다.

모든 형식을 제외한 원형, 도넛형, 범위 가로 막대형 차트에서 막대형 및 누적 가로 막대형 차트를 기본 y 축을 왼쪽된 세로 축을 보조 축이 오른쪽의 세로 축 합니다. 에 대 한 가로 막대형 차트 및 누적 가로 막대형 차트를 기본 축의 아래쪽 가로 축을 이며 보조 y 축을 위 가로 축입니다.

보조 y 축을 사용 하 여 데이터 표시를 하는 경우 사용 해야 합니다 AxisY2 축 속성을 설정 하려면 속성 아니라는 AxisY 속성입니다.

적용 대상