Cursor.AxisType 속성

정의

커서가 연결된 축의 유형을 가져오거나 설정합니다.

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

속성 값

AxisType

축이 기본 축에 연결되는지 또는 보조 축에 연결되는지 나타내는 AxisType 열거형 값입니다.

특성

설명

축에 두 가지: 기본 및 보조 합니다. 가로 막대형 차트를 제외한 모든 차트에 대 한 기본 축 아래쪽 (기본 x 축) 및 차트 영역의 테두리를 왼쪽 (기본 y 축)에 나와 있습니다.

보조 축 (보조 x 축) 오른쪽 차트 영역의 테두리 위쪽 (보조 y 축)에 나와 있습니다.

참고

차트 영역 내에서 표시 하는 모든 계열에 계열 (이 경우 보조 x 축)에서 사용 하지 않는 축 형식에이 속성을 설정한 축 (예를 들어, 기본 x 축), 한 가지 유형의; 영향을 주지 않습니다만 사용 하는 경우 커서에는 계열을 그리는 데 사용 되는 축에만 자동으로 연결 됩니다.

적용 대상