This documentation is archived and is not being maintained.
ChartArea Methods
Visual Studio 2010
The ChartArea 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.) |
|
GetHashCode | Returns a hash function for a particular type. (Inherited from ChartElement.) |
|
GetSeriesDepth | Returns the depth of a Series in a chart area. |
|
GetSeriesZPosition | Returns the Z position of a series, which is useful for custom drawing. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
RecalculateAxesScale | Recalculates the properties of the chart area after changes have been made to the chart in the Customize event. |
|
ToString | Returns a string that represents the current Object. (Inherited from ChartElement.) |
|
TransformPoints | Applies 3D transformations to an array of 3D points, which must be done before GDI+ drawing methods can be called. |
Show: