Chart.GetChartElementOutline(Object, ChartElementType) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
- 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.