> I am making a program with multiple plots on one graph, and I want the user
> to be able to do some calculations like finding max of an plot. So I need
> some way to let the user select witch plot is 'active' and visualize it.
> Does anyone have an suggestion?
> Thanks
>
Some possibilities are, Boolean selectors next to the plot legend, a
listbox next to the graph, or a small ring control next to the buttons
that perform the measurements or display the results.
Once you have an index, this is an input to the property for Active
Plot. If you want to hilight the plot, some options are color -- dim
the others, brighten or change the color of the active one. You could
also use dashes -- make the active plot solid and the others dashed.
You could also m
ake the active plot width larger, but this makes it
harder to see details.
You will probably want to place some cursors on it. you can customize
the appearance, perhaps getting rid of the lines that span the graph,
adding text, making it non-draggable, etc.
Greg McKaskle