ChartArea.CursorX 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
X축의 선택된 범위와 커서에 사용되는 Cursor 개체를 가져오거나 설정합니다.
public:
property System::Windows::Forms::DataVisualization::Charting::Cursor ^ CursorX { 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 CursorX { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
member this.CursorX : System.Windows.Forms.DataVisualization.Charting.Cursor with get, set
Public Property CursorX As Cursor
속성 값
X축의 선택된 범위와 커서에 사용되는 Cursor 개체입니다.
- 특성
설명
이 Cursor x 축 커서와 선택한 범위에 개체를 사용 합니다. 가로 막대형 차트 종류를 제외한 모든 차트의 x 축 커서를 세로 커서를 나타냅니다. 가로 막대형 차트 종류에 대 한 x-축 커서를 가로 커서를 나타냅니다.
참조는 Cursor 샘플 소스 코드 뿐만 아니라 클래스의 멤버에 대 한 설명서입니다.