MindFusion.Charting for Java Programmer's Guide
LineTransformer.lineTransform Method
See Also
 






  Gauges

Namespace: com.mindfusion.charting.animation.transformations
File: com.mindfusion.charting.animation.transformations

 Syntax

Java  Copy Code

Point2D lineTransform (
    Point2D start,
    Point2D end,
    float coeff
)

 Parameters

start

point

end

point

coeff

 Return Value

transformed end point

 See Also