hi all
i'm trying to write an application that displays some points (values of a measurement) and a curve that approximates this points. the approximation is ready (uses bezier curves). it calculates a lot of points that are conected to give the impression of a curve. now the question : what is the fastest way to display the value points of the measurement themselfes in addidtion to the curve in the same graph as the curve (which uses an xyplot) ? do i need a special renderer or can dots be set directly ?
any hint would be appreciated !