Compartilhar via


Chart.GetChartElementOutline(Object, ChartElementType) Método

Definição

Retorna o contorno do elemento do gráfico.

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

Parâmetros

chartElement
Object

O elemento do gráfico.

elementType
ChartElementType

O tipo do elemento.

Retornos

ChartElementOutline

Um objeto ChartElementOutline que contém:

  • Uma matriz de pontos em coordenadas absolutas que podem ser usados como marcadores de contorno ao redor deste elemento gráfico.

  • Um objeto GraphicsPath para desenhar um contorno ao redor deste elemento gráfico.

Comentários

Se não chartElement fizer parte do gráfico ou não elementType puder ser combinado, chartElemento resultado conterá uma matriz vazia de pontos de marcador. Os pontos de marcador são classificados no sentido horário.

Aplica-se a