Maps a value from this axis' coordinate system to a pixel position in specified view.
Namespace: MindFusion.Charting
File: Axis.js
JavaScript Copy Code |
---|
function mapValueToPixelY (value, viewSize) |
Type: Number
A number value.
Type: Number
The view size.
Type: Number
Y coordinate of pixel.