ChartGraphics Class
Provides numerous conversion functions and exposes a GDI+ Graphics object.
System.Web.UI.DataVisualization.Charting.ChartElement
System.Web.UI.DataVisualization.Charting.ChartGraphics
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
The ChartGraphics type exposes the following members.
Name | Description | |
---|---|---|
![]() | Graphics | Gets or sets a GDI+ Graphics object that can be used for drawing purposes. |
![]() | Tag | Gets or sets an object associated with this chart element. (Inherited from ChartElement.) |
Name | Description | |
---|---|---|
![]() | Dispose() | Releases the resources used by the ChartElement. (Inherited from ChartElement.) |
![]() | Dispose(Boolean) | Releases unmanaged and, optionally, managed resources. (Overrides ChartElement.Dispose(Boolean).) |
![]() | Equals | Determines whether the specified Object is equal to the current ChartElement. (Inherited from ChartElement.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAbsolutePoint | Takes a PointF object and converts its relative coordinates to absolute coordinates. |
![]() | GetAbsoluteRectangle | Takes a RectangleF object and converts its relative coordinates to absolute coordinates. |
![]() | GetAbsoluteSize | Takes a SizeF object that uses relative coordinates and returns a SizeF object that uses absolute coordinates. |
![]() | GetHashCode | Returns a hash function for a particular type. (Inherited from ChartElement.) |
![]() | GetPositionFromAxis | Takes a given axis value for a specified axis and returns the relative pixel value. |
![]() | GetRelativePoint | Takes a PointF object that uses absolute coordinates and returns a PointF object that uses relative coordinates. |
![]() | GetRelativeRectangle | Takes a RectangleF structure that is using absolute coordinates and returns a RectangleF object that uses relative coordinates. |
![]() | GetRelativeSize | Takes a SizeF object in absolute coordinates and returns a SizeF object that uses relative coordinates. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current Object. (Inherited from ChartElement.) |
This class provides numerous conversion functions and also exposes a GDI+ Graphics object. Note that when rendering as Scalable Vector Graphics (SVG), use of the Graphics object for custom drawing will not be included as part of the SVG document.
Note also that, by default, Graphics functions usually take absolute coordinates. Therefore the conversion methods of this class should be useful if you perform drawing operations.
A ChartGraphics object is exposed in the ChartGraphics property of the ChartPaintEventArgsclass, which makes it easy to perform custom drawing in the PrePaint and PostPaint events.
![]() |
---|
If significant changes are made to the default behavior of the Graphics object, the chart image and its associated elements may be drawn erratically. For example, positioning may be altered. It is highly recommended that you become well acquainted with GDI+ before you make any significant changes to the properties of the Graphics object. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.