This documentation is archived and is not being maintained.
ChartGraphics Methods
Visual Studio 2010
The ChartGraphics type exposes the following members.
| 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.) |
Show: