Search
Plot2DController.plotToAxisValue Method
See Also
 






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

Namespace: MindFusion.Charting
File: Plot2DController.js

 Syntax

JavaScript  Copy Code

function plotToAxisValue (axis, value)

 Parameters

axis

The target Axis.

value

The value to convert.

 Return Value

The converted value.

 See Also