HitTestResult.Axis 속성

정의

적중 테스트에서 반환하는 차트 요소와 관련된 Axis 개체를 가져오거나 설정합니다. 차트 요소가 특정 위치에서 발견되었는지 여부와 반환된 차트 요소 형식에 따라 관련된 Axis 개체가 있을 수도 있고 없을 수도 있습니다.

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

Axis 개체이거나 그렇지 않으면 null입니다. 기본값은 null입니다.

설명

적중 횟수 테스트에서 반환 된 차트 개체가 축에 연결 된 개체 (예: scrollbar 요소, 눈금 표시, 눈금선 또는 줄무늬 선) 인 경우 Axis 속성은 Axis 반환 된 차트 개체와 연결 된 개체를 참조 합니다. 이 속성을 이렇게 하지 않으면 됩니다 null합니다.

HitTest 메서드 차트 요소를 지정된 된 위치에 있거나 되지 경우에 명시적으로 호출할 수 있습니다.

적용 대상