ChartArea.CursorY 속성

정의

Y축의 선택된 범위와 커서에 사용되는 Cursor 개체를 가져오거나 설정합니다.

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

속성 값

Cursor

Y축의 선택된 범위와 커서에 사용되는 Cursor 개체입니다.

특성

설명

Cursor y 축 커서와 선택한 범위에 개체를 사용 합니다. 가로 막대형 차트 종류를 제외한 모든 차트의 y 축 커서를 가로 커서를 나타냅니다. 가로 막대형 차트 종류에 대 한 y 축 커서를 세로 커서를 나타냅니다.

참조는 Cursor 샘플 소스 코드 뿐만 아니라 클래스의 멤버에 대 한 설명서입니다.

적용 대상