Search
Plot2DController.PlotToAxisValue Method
See Also
 






Converts a plot pixel position to a logical value from specified axis' coordinate system.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected double PlotToAxisValue (
    Axis axis,
    double value
)

Visual Basic  Copy Code

Protected Function PlotToAxisValue( _
    axis As Axis, _
    value As Double _
) As Double

 Parameters

axis

The target Axis.

value

The value to convert.

 Return Value

The converted value.

 See Also