This documentation is archived and is not being maintained.
Axis Methods
Visual Studio 2010
The Axis 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.) |
|
GetPosition | Converts an axis value to a relative position (0-100%). If an axis is logarithmic, the value is converted to a linear scale. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
PixelPositionToValue | Converts an absolute pixel position along an axis to an axis value. This method only works in paint events. |
|
PositionToValue | Converts a relative coordinate along an axis to an axis value. This method only works in paint events. |
|
RoundAxisValues | Automatically rounds axis values. |
|
ToString | Returns a string that represents the current Object. (Inherited from ChartElement.) |
|
ValueToPixelPosition | Converts an axis value to an absolute coordinate along an axis. Measured in pixels. This method only works in paint events. |
|
ValueToPosition | Converts an axis value to its relative position (0-100%). If an axis has a logarithmic scale, the value is converted to a linear scale. This method only works in paint events. |
Show: