Chart.GetChartElementOutline(Object, ChartElementType) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca kontur elementu wykresu.
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
Parametry
- elementType
- ChartElementType
Typ elementu.
Zwraca
ChartElementOutline Obiekt, który zawiera:
- Tablica punktów we współrzędnych bezwzględnych, które mogą być używane jako znaczniki konspektu wokół tego elementu wykresu.
GraphicsPath- Obiekt do rysowania konspektu wokół tego elementu wykresu.
Uwagi
Jeśli element chartElement
nie jest częścią wykresu lub elementType
nie można go połączyć z elementem chartElement
, wynik będzie zawierać pustą tablicę punktów znacznika. Punkty znacznika są sortowane zgodnie z ruchem wskazówek zegara.