MindFusion.Charting for JavaScript Programmer's Guide
Axis.mapValueToPixelX Method
See Also
 






Maps a value from this axis' coordinate system to a pixel position in specified view.

Namespace: MindFusion.Charting
File: Axis.js

 Syntax

JavaScript  Copy Code

function mapValueToPixelX (value, viewSize)

 Parameters

value

Type: Number
A number value.

viewSize

Type: Number
The view size.

 Return Value

Type: Number
X coordinate of pixel.

 See Also

Axis Members
Axis Class
MindFusion.Charting Namespace