Chart.GetChartElementOutline(Object, ChartElementType) Método

Definición

Devuelve el esquema 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

Tipo del elemento.

Devoluciones

Objeto ChartElementOutline que contiene:

  • Matriz de puntos en coordenadas absolutas que se pueden usar como marcadores de esquema alrededor de este elemento de gráfico.

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

Comentarios

Si no chartElement 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