Axis.PositionToValue Method (Double)

.NET Framework (current version)
 

Converts a relative coordinate along an axis to an axis value. This method only works in paint events.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

member PositionToValue : 
        position:float -> float

Parameters

position
Type: System.Double

The relative position (0-100%) to be converted.

Return Value

Type: System.Double

A double value that represents the axis value.

.NET Framework
Available since 4.0
Return to top
Show: