ismaelestalayo / CryptoTracker

Minimal yet powerful crypto-currency tracker UWP.
https://ismaelestalayo.com/projects/CryptoTracker/
GNU General Public License v3.0
63 stars 14 forks source link

Add dynamic hotizontal line to graph #44

Closed Novack closed 1 year ago

Novack commented 1 year ago

The CoinMarketCap dynamic (mouse following) horizontal line is pretty useful, and would be great to have that in CryptoTracker.

image

ismaelestalayo commented 1 year ago

Thanks for your suggestion! I think it did cross my mind to implement that kind of horizontal line. However, I just checked the doc of the charting library used in my app and it only supports vertical lines.

(See https://docs.telerik.com/devtools/universal-windows-platform/controls/radchart/behaviors/charttrackballbehavior)