HitTestResult.ChartArea 속성

정의

적중 테스트에서 반환된 차트 요소와 연결할 수 있는 개체를 가져오거나 설정합니다 ChartArea . 개체의 ChartArea 존재는 지정된 위치에서 차트 요소가 검색되었는지 여부와 반환된 차트 요소의 유형에 따라 달라집니다.

public:
 property System::Web::UI::DataVisualization::Charting::ChartArea ^ ChartArea { System::Web::UI::DataVisualization::Charting::ChartArea ^ get(); void set(System::Web::UI::DataVisualization::Charting::ChartArea ^ value); };
public System.Web.UI.DataVisualization.Charting.ChartArea ChartArea { get; set; }
member this.ChartArea : System.Web.UI.DataVisualization.Charting.ChartArea with get, set
Public Property ChartArea As ChartArea

속성 값

그렇지 않으면 null개체입니다ChartArea. 기본값은 null입니다.

설명

Chart 개체가 적중 테스트에서 ChartArea 반환되는 경우 속성은 반환된 차트 요소와 연결된 개체를 참조 ChartArea 합니다.

적중 테스트에서 반환된 차트 요소가 없으면 이 속성의 값은 다음과 같습니다 null.

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

적용 대상