Search
Axis.mapValueToPixelX Method
See Also
 






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

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public double mapValueToPixelX (
    double value,
    double viewSize
)

 Parameters

value

A double value to map.

viewSize

The view size.

 Return Value

A double value that represents the X coordinate of a pixel.

 See Also