MindFusion.Charting for JavaScript Programmer's Guide
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

Type: Axis
The target Axis.

value

Type: Number
The value to convert.

 Return Value

Type: Number
The converted value.

 See Also

Plot2DController Members
Plot2DController Class
MindFusion.Charting Namespace