This documentation is archived and is not being maintained.

ChartArea Methods

The ChartArea type exposes the following members.

  NameDescription
Public method Dispose() Releases the resources used by the ChartElement. (Inherited from ChartElement.)
Protected method Dispose(Boolean) Releases unmanaged and, optionally, managed resources. (Overrides ChartElement::Dispose(Boolean).)
Public method Equals Determines whether the specified Object is equal to the current ChartElement. (Inherited from ChartElement.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Returns a hash function for a particular type. (Inherited from ChartElement.)
Public method GetSeriesDepth Returns the depth of a Series in a chart area.
Public method GetSeriesZPosition Returns the Z position of a series, which is useful for custom drawing.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method RecalculateAxesScale Recalculates the properties of the chart area after changes have been made to the chart in the Customize event.
Public method ToString Returns a string that represents the current Object. (Inherited from ChartElement.)
Public method TransformPoints Applies 3D transformations to an array of 3D points, which must be done before GDI+ drawing methods can be called.
Top
Show: