Chart.GetChartElementOutline(Object, ChartElementType) Método

Definición

Devuelve el contorno del elemento de gráfico.

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

element
Object

Objeto Chart.

elementType
ChartElementType

El tipo del elemento.

Devoluciones

ChartElementOutline

Un objeto ChartElementOutline que contiene:

  • Una matriz de puntos en coordenadas absolutas que se pueden usar como marcadores de contorno alrededor de este elemento de gráfico.

  • Un objeto GraphicsPath para dibujar un contorno alrededor de este elemento de gráfico.

Comentarios

chartElement Si no forma parte del gráfico o no elementType se puede combinar con chartElement, el resultado contendrá una matriz vacía de puntos de marcador. Los puntos de marcador se ordenan en el sentido de las agujas del reloj.

Se aplica a