Chart.GetChartElementOutline(Object, ChartElementType) Metodo

Definizione

Restituisce la struttura dell'elemento del grafico.

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

Parametri

chartElement
Object

Elemento del grafico.

elementType
ChartElementType

Tipo di elemento.

Valori restituiti

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

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

Si applica a