Chart.GetChartElementOutline(Object, ChartElementType) Método
Definição
Retorna o contorno do elemento do gráfico.Returns the chart element outline.
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
Parâmetros
- elementType
- ChartElementType
O tipo do elemento.The type of the element.
Retornos
Um objeto ChartElementOutline que contém:A ChartElementOutline object that contains: - Uma matriz de pontos em coordenadas absolutas que podem ser usados como marcadores de contorno ao redor deste elemento gráfico.- An array of points in absolute coordinates that can be used as outline markers around this chart element.
- Um objeto GraphicsPath para desenhar um contorno ao redor deste elemento gráfico.- A GraphicsPath object for drawing an outline around this chart element.
Comentários
Se o chartElement não for parte do gráfico ou elementType não puder ser combinado com chartElement , o resultado conterá uma matriz vazia de pontos de marcador.If the chartElement is not part of the chart, or the elementType cannot be combined with chartElement, the result will contain an empty array of marker points. Os pontos do marcador são classificados no sentido horário.The marker points are sorted clockwise.