Chart.GetChartElementOutline(Object, ChartElementType) Metodo

Definizione

Restituisce la struttura dell'elemento del grafico.

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

Parametri

element
Object

Oggetto Chart.

elementType
ChartElementType

Tipo dell'elemento.

Restituisce

Oggetto ChartElementOutline che contiene:

  • Matrice di punti in coordinate assolute che possono essere usate come indicatori di struttura intorno a questo elemento del grafico.

  • Oggetto GraphicsPath per disegnare una struttura intorno a questo elemento del grafico.

Commenti

Se non chartElement fa parte del grafico o non elementType può essere combinato con chartElement, il risultato conterrà una matrice vuota di punti marcatore. I punti del marcatore sono ordinati in senso orario.

Si applica a