Chart.Paint(Graphics, Rectangle) Método

Definición

Dibuja la imagen del gráfico en los gráficos.

public:
 void Paint(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle position);
public void Paint (System.Drawing.Graphics graphics, System.Drawing.Rectangle position);
member this.Paint : System.Drawing.Graphics * System.Drawing.Rectangle -> unit
Public Sub Paint (graphics As Graphics, position As Rectangle)

Parámetros

graphics
Graphics

Objeto gráfico en el que se va a dibujar la imagen del gráfico.

position
Rectangle

Posición de la imagen del gráfico en los gráficos.

Se aplica a