bulubuloa / Ultimate-Xamarin-Forms-KIT

A powerful 🚀 Android/iOS chart view / graph view library, binding support for Xamarin.Forms, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animations.
https://www.nuget.org/packages/UltimateXF/
121 stars 33 forks source link

Is there a way to display data from selected candlestick to chart description? #16

Open Ed-Relight opened 5 years ago

Ed-Relight commented 5 years ago

So, I'm using UltimateXF library to display a candlestick chart. Right now, I'm trying to show information (High, Low, Open, Close) about a selected (or highlighted) candle in a candlestick chart. For that, I need something like property in a chart class which has info about which candlestick is selected. I just need to find out which candle is selected, that's it. Is there a way in the library to do this? Any help would be much appreciated. image