I was wondering if someone could help me with a suggestion of
where to start looking or has a snippet of code to help me with
a problem. I have a graph (grid with data plotted on it) which
is drawn in a CompatibleDC and BitBlt'ed to a window. I wish to
put a best fitting trend line on this data and be able to move
this trend line around on the graph smoothly and without flicker.
It would be nice to have handles on the trend line so it could
be resized etc. Many application demonstrate this but my
attempts are not pleasing to the eye. Any thoughts would be
appreciated.
------------------
where to start looking or has a snippet of code to help me with
a problem. I have a graph (grid with data plotted on it) which
is drawn in a CompatibleDC and BitBlt'ed to a window. I wish to
put a best fitting trend line on this data and be able to move
this trend line around on the graph smoothly and without flicker.
It would be nice to have handles on the trend line so it could
be resized etc. Many application demonstrate this but my
attempts are not pleasing to the eye. Any thoughts would be
appreciated.
------------------
Comment