Feature suggestion: flashing line

Oystein Bjorke 10 years ago 0
This discussion was imported from CodePlex

typingcat wrote at 2012-11-02 07:01:

Hello,

When there are many lines (something like 20 or 30 lines), it feels quite hard for the user to find out the line of series they selected. If the line has some method like this

  LineSeries.Flash(int interval, int speed),

the user can quickly find out the line they want to see.

I just came up with flashing, but I think any other idea to make a line distinguishable has the same effect. For example, glowing, vibrating, drawing a big arrow to that line, etc.


objo wrote at 2012-11-04 22:17:

good idea :) But it gives me an association to the <blink> element :)

Since this library is targetting multiple platforms, I only want to depend on simple drawing capabilities and no animations. For LineSeries my plan is to use a thicker line with a different color behind the real line. It will increase the rendering time slightly, but no need to calculate new coordinates. Other types of series (e.g. AreaSeries) need other solutions - ideas welcome!

Implementation of selection is covered by http://oxyplot.codeplex.com/workitem/8193


typingcat wrote at 2012-11-08 01:40:

Hello.

Your support is of a level that I have never experienced with any other open-source freeware, or even commercial software. You are working very hard. Thank you for the prompt implementation.