curves

Intersection of parabolic curve and line segment

I have an equation for a parabolic curve intersecting a specified point, in my case where the user clicked on a graph. // this would typically be mouse coords on the graph var _target:Point = new Point(100, 50); public static function plot(x:Number, target:Point):Number{ return (x * x) / target.x * (target.y / target.x); } Thi...

Can we do Yield curves using Adobe Flex ?

I want to create Yield curves using adobe flex. pls, any one have an Idea how to create yield curves in a chart using flex... ...