Axis 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 unmanaged and, optionally, 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.) |
![]() | GetPosition(Double) | Converts an axis value to a relative position (0-100%). If an axis is logarithmic, the value is converted to a linear scale. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | PixelPositionToValue(Double) | Converts an absolute pixel position along an axis to an axis value. This method only works in paint events. |
![]() | PositionToValue(Double) | 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(Double) | Converts an axis value to an absolute coordinate along an axis. Measured in pixels. This method only works in paint events. |
![]() | ValueToPosition(Double) | 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. |

