Chart.GetChartElementOutline(Object, ChartElementType) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
차트 요소 윤곽선을 반환합니다.
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
매개 변수
- elementType
- ChartElementType
요소의 유형입니다.
반환
다음을 포함하는 ChartElementOutline 개체입니다.
이 차트 요소 주위에서 윤곽선 표식으로 사용할 수 있는 절대 좌표로 표시되는 요소의 배열
이 차트 요소 주위에 윤곽선을 그리기 위한 GraphicsPath 개체
설명
차트의 chartElement
일부가 아니거나 elementType
차트와 chartElement
결합할 수 없는 경우 결과에는 빈 표식 점 배열이 포함됩니다. 표식 점은 시계 방향으로 정렬됩니다.