Chart.GetChartElementOutline(Object, ChartElementType) 메서드

정의

차트 요소 윤곽선을 반환합니다.

public:
 System::Windows::Forms::DataVisualization::Charting::ChartElementOutline ^ GetChartElementOutline(System::Object ^ element, System::Windows::Forms::DataVisualization::Charting::ChartElementType elementType);
public System.Windows.Forms.DataVisualization.Charting.ChartElementOutline GetChartElementOutline (object element, System.Windows.Forms.DataVisualization.Charting.ChartElementType elementType);
member this.GetChartElementOutline : obj * System.Windows.Forms.DataVisualization.Charting.ChartElementType -> System.Windows.Forms.DataVisualization.Charting.ChartElementOutline
Public Function GetChartElementOutline (element As Object, elementType As ChartElementType) As ChartElementOutline

매개 변수

element
Object

Chart 개체

elementType
ChartElementType

요소의 유형입니다.

반환

ChartElementOutline

다음을 포함하는 ChartElementOutline 개체입니다.

  • 이 차트 요소 주위에서 윤곽선 표식으로 사용할 수 있는 절대 좌표로 표시되는 요소의 배열

  • 이 차트 요소 주위에 윤곽선을 그리기 위한 GraphicsPath 개체

설명

차트의 chartElement 일부가 아니거나 elementType 차트와 chartElement결합할 수 없는 경우 결과에는 빈 표식 점 배열이 포함됩니다. 표식 점은 시계 방향으로 정렬됩니다.

적용 대상