Chart.Paint Method (Graphics, Rectangle)

.NET Framework (current version)
 

Draws the chart image in the graphics.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

public void Paint(
	Graphics graphics,
	Rectangle position
)

Parameters

graphics
Type: System.Drawing.Graphics

The graphics object in which to draw the chart image.

position
Type: System.Drawing.Rectangle

Position of the chart image in the graphics.

.NET Framework
Available since 4.0
Return to top
Show: