ChartArea Methods
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases the resources used by the ChartElement.(Inherited from ChartElement.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the ChartArea class and optionally releases the managed resources.(Overrides ChartElement.Dispose(Boolean).) |
![]() | Equals(Object) | 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(Series) | Returns the depth of a Series in a chart area. |
![]() | GetSeriesZPosition(Series) | Returns the Z position of a series, which is useful for custom drawing. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | 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(Point3D[]) | Applies 3D transformations to an array of 3D points, which must be done before GDI+ drawing methods can be called. |

