ChartGraphics.Graphics Property

.NET Framework (current version)
 

Gets or sets a GDI+ Graphics object that can be used for drawing purposes.

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

public Graphics Graphics { get; set; }

Property Value

Type: System.Drawing.Graphics

A Graphics object used for drawing.

You can use this object property to perform any custom drawing that can be performed using GDI+.

.NET Framework
Available since 4.0
Return to top
Show: