HitTestResult.Axis 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public:
property System::Windows::Forms::DataVisualization::Charting::Axis ^ Axis { System::Windows::Forms::DataVisualization::Charting::Axis ^ get(); void set(System::Windows::Forms::DataVisualization::Charting::Axis ^ value); };
public System.Windows.Forms.DataVisualization.Charting.Axis Axis { get; set; }
member this.Axis : System.Windows.Forms.DataVisualization.Charting.Axis with get, set
Public Property Axis As Axis
속성 값
Axis 그렇지 않으면 null개체입니다. 기본값은 null입니다.
설명
적중 테스트에서 반환된 차트 개체가 축(예: 스크롤 막대 요소, 눈금 표시, 눈금선 또는 줄무늬 선) Axis 과 연결된 개체인 경우 속성은 반환된 차트 개체가 연결된 개체를 참조 Axis 합니다. 그렇지 않으면 이 속성은 .입니다 null.
메서드를 HitTest 명시적으로 호출할 수 있습니다. 이 경우 차트 요소가 지정된 위치에 있을 수도 있고 없을 수도 있습니다.